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.

25 lines
310 B

  1. #ifndef GUID_H
  2. #define GUID_H
  3. //
  4. // {5fe50e0e-8dcb-11d0-8c43-00c04fc2c621}
  5. //
  6. DEFINE_GUID(
  7. CLSID_PStoreNameSpace,
  8. 0x5fe50e0e,
  9. 0x8dcb,
  10. 0x11d0,
  11. 0x8c,
  12. 0x43,
  13. 0x00,
  14. 0xc0,
  15. 0x4f,
  16. 0xc2,
  17. 0xc6,
  18. 0x21
  19. );
  20. #define CLSID_CmdGrp CLSID_PStoreNameSpace
  21. #endif // GUID_H