Leaked source code of windows server 2003
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.

29 lines
931 B

  1. /***
  2. *clsid.h
  3. *
  4. * Copyright (C) 1992, Microsoft Corporation. All Rights Reserved.
  5. * Information Contained Herein Is Proprietary and Confidential.
  6. *
  7. *Purpose:
  8. * This file defines the CLSIDs
  9. *
  10. *Implementation Notes:
  11. *
  12. *****************************************************************************/
  13. #if defined(WIN32) && 0
  14. DEFINE_OLEGUID(CLSID_PSDispatch, 0x00020400, 0, 0);
  15. DEFINE_OLEGUID(CLSID_PSEnumVARIANT, 0x00020404, 0, 0);
  16. DEFINE_OLEGUID(CLSID_PSTypeInfo, 0x00020401, 0, 0);
  17. DEFINE_OLEGUID(CLSID_PSTypeLib, 0x00020402, 0, 0);
  18. #else
  19. DEFINE_OLEGUID(CLSID_PSDispatch, 0x00020420, 0, 0);
  20. DEFINE_OLEGUID(CLSID_PSEnumVARIANT, 0x00020421, 0, 0);
  21. DEFINE_OLEGUID(CLSID_PSTypeInfo, 0x00020422, 0, 0);
  22. DEFINE_OLEGUID(CLSID_PSTypeLib, 0x00020423, 0, 0);
  23. #endif
  24. DEFINE_OLEGUID(CLSID_PSAutomation, 0x00020424, 0, 0);
  25. DEFINE_OLEGUID(CLSID_PSTypeComp, 0x00020425, 0, 0);
  26. DEFINE_OLEGUID(CLSID_InProcFreeMarshaler, 0x0000001c, 0, 0);