You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
770 B
26 lines
770 B
////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// wdmdefs.h
|
|
|
|
//
|
|
|
|
// Copyright (c) 2000-2001 Microsoft Corporation, All Rights Reserved
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _WDMDEFS_H_
|
|
#define _WDMDEFS_H_
|
|
|
|
|
|
// {0725C3CB-FEFB-11d0-99F9-00C04FC2F8EC}
|
|
DEFINE_GUID(CLSID_WMIEventProvider, 0x725c3cb, 0xfefb, 0x11d0, 0x99, 0xf9, 0x0, 0xc0, 0x4f, 0xc2, 0xf8, 0xec);
|
|
|
|
// {D2D588B5-D081-11d0-99E0-00C04FC2F8EC}
|
|
DEFINE_GUID(CLSID_WMIProvider,0xd2d588b5, 0xd081, 0x11d0, 0x99, 0xe0, 0x0, 0xc0, 0x4f, 0xc2, 0xf8, 0xec);
|
|
|
|
// {35B78F79-B973-48c8-A045-CAEC732A35D5}
|
|
DEFINE_GUID(CLSID_WMIHiPerfProvider,0x35b78f79, 0xb973, 0x48c8, 0xa0, 0x45, 0xca, 0xec, 0x73, 0x2a, 0x35, 0xd5);
|
|
|
|
#endif
|