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.

24 lines
467 B

  1. /*++
  2. Copyright (C) 1999-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. // HiPerfServer.h: interface for the CHiPerfServer class.
  8. //
  9. //////////////////////////////////////////////////////////////////////
  10. #ifndef _HIPERFSERVER_H_
  11. #define _HIPERFSERVER_H_
  12. // {2C45361C-74EE-11d2-B339-00105A1469B7}
  13. const CLSID CLSID_ContinousProvider_v1 = {0x2c45361c, 0x74ee, 0x11d2, 0xb3, 0x39, 0x0, 0x10, 0x5a, 0x14, 0x69, 0xb7};
  14. #endif // _HIPERFSERVER_H_