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.

28 lines
778 B

  1. /************************************************************************
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name :
  4. guids.h
  5. Abstract :
  6. GUIDS
  7. Author :
  8. Revision History :
  9. ***********************************************************************/
  10. // {4589A47E-6EC1-4476-BA77-CC9DD1125933}
  11. DEFINE_GUID(CLSID_CPropSheetExtension,
  12. 0x4589a47e, 0x6ec1, 0x4476, 0xba, 0x77, 0xcc, 0x9d, 0xd1, 0x12, 0x59, 0x33);
  13. // {210E66FB-B00B-4d16-9DE5-6E9241D58225}
  14. DEFINE_GUID(CLSID_CSnapinAbout,
  15. 0x210e66fb, 0xb00b, 0x4d16, 0x9d, 0xe5, 0x6e, 0x92, 0x41, 0xd5, 0x82, 0x25);
  16. // {A55E7D7F-D51C-4859-8D2D-E308625D908E}
  17. DEFINE_GUID(CLSID_CBITSExtensionSetup,
  18. 0xa55e7d7f, 0xd51c, 0x4859, 0x8d, 0x2d, 0xe3, 0x8, 0x62, 0x5d, 0x90, 0x8e);