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.

15 lines
582 B

  1. // Copyright (C) 1996-1997 Microsoft Corporation. All rights reserved.
  2. #ifndef _GUIDS_H_
  3. #define _GUIDS_H_
  4. // for each property page this server will have, put the guid definition for it
  5. // here so that it gets defined ...
  6. //
  7. // DEFINE_GUID(CLSID_newbGeneralPage, 0x6571ef80, 0x7374, 0x11cf, 0xa3, 0xa9, 0x00, 0xa0, 0xc9, 0x03, 0x49, 0x20);
  8. // {250960A5-BACC-11cf-94AC-00AA0042A1F7} New GUID for fmperf0 (was newb cool control)
  9. #ifdef PPGS
  10. DEFINE_GUID(CLSID_HhCtrlGeneralPage, 0x250960a5, 0xbacc, 0x11cf, 0x94, 0xac, 0x0, 0xaa, 0x0, 0x42, 0xa1, 0xf7);
  11. #endif
  12. #endif // _GUIDS_H_