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.

33 lines
554 B

  1. //
  2. // Temporary file for holding the CLSID_ClassStore CLSID.
  3. //
  4. #ifndef _CSGUID_H_
  5. #define _CSGUID_H_
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. const GUID CLSID_DirectoryClassBase = { // 89E30300-764D-11d0-B282-00A0C90F56FC
  10. 0x89e30300,
  11. 0x764d,
  12. 0x11d0,
  13. { 0xb2, 0x82, 0x0, 0xa0, 0xc9, 0xf, 0x56, 0xfc }
  14. };
  15. const GUID CLSID_ClassAccess = { /* 62392950-1AF8-11d0-B267-00A0C90F56FC */
  16. 0x62392950,
  17. 0x1af8,
  18. 0x11d0,
  19. {0xb2, 0x67, 0x00, 0xa0, 0xc9, 0x0f, 0x56, 0xfc}
  20. };
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24. #endif