Leaked source code of windows server 2003
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.

34 lines
673 B

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. PERFPROV.H
  5. Abstract:
  6. Defines the guids for performance monitor provider.
  7. History:
  8. a-davj 04-Mar-97 Created.
  9. --*/
  10. #ifndef _PERFPROV_H_
  11. #define _PERFPROV_H_
  12. DEFINE_GUID(LIBID_PERFPROV,0xF00B4403L,0xF8F1,0x11CE,0xA5,0xB6,0x00,0xAA,0x00,0x68,0x0C,0x3F);
  13. DEFINE_GUID(CLSID_PerfProvider,0xF00B4404L,0xF8F1,0x11CE,0xA5,0xB6,0x00,0xAA,0x00,0x68,0x0C,0x3F);
  14. // {72967903-68EC-11d0-B729-00AA0062CBB7}
  15. DEFINE_GUID(CLSID_PerfPropProv,
  16. 0x72967903, 0x68ec, 0x11d0, 0xb7, 0x29, 0x0, 0xaa, 0x0, 0x62, 0xcb, 0xb7);
  17. #ifdef __cplusplus
  18. class PerfProvider;
  19. #endif
  20. #endif