Source code of Windows XP (NT5)
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
744 B

  1. ////////////////////////////////////////////////////////////////////
  2. //
  3. // wdmdefs.h
  4. //
  5. // Copyright (c) 2000-2001 Microsoft Corporation, All Rights Reserved
  6. //
  7. ////////////////////////////////////////////////////////////////////
  8. #ifndef _WDMDEFS_H_
  9. #define _WDMDEFS_H_
  10. // {0725C3CB-FEFB-11d0-99F9-00C04FC2F8EC}
  11. DEFINE_GUID(CLSID_WMIEventProvider, 0x725c3cb, 0xfefb, 0x11d0, 0x99, 0xf9, 0x0, 0xc0, 0x4f, 0xc2, 0xf8, 0xec);
  12. // {D2D588B5-D081-11d0-99E0-00C04FC2F8EC}
  13. DEFINE_GUID(CLSID_WMIProvider,0xd2d588b5, 0xd081, 0x11d0, 0x99, 0xe0, 0x0, 0xc0, 0x4f, 0xc2, 0xf8, 0xec);
  14. // {35B78F79-B973-48c8-A045-CAEC732A35D5}
  15. DEFINE_GUID(CLSID_WMIHiPerfProvider,0x35b78f79, 0xb973, 0x48c8, 0xa0, 0x45, 0xca, 0xec, 0x73, 0x2a, 0x35, 0xd5);
  16. #endif