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.

30 lines
847 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2000
  5. //
  6. // File:
  7. // privguid.c
  8. //
  9. // Contents:
  10. // Definition of guids not defined elsewhere, or that are needed by
  11. // third-parties (eg COM+) via prvidl.lib.
  12. //
  13. // History:
  14. // JSimmons 01-03-00 Created
  15. //
  16. //--------------------------------------------------------------------------
  17. #include <windows.h>
  18. #include <initguid.h>
  19. // Note: these two guids are defined in ole32\ih\privguid.h.
  20. // RPCSS's info object
  21. DEFINE_OLEGUID(CLSID_RPCSSInfo, 0x000003FF, 0, 0);
  22. // Actpropsin clsid.
  23. DEFINE_OLEGUID(CLSID_ActivationPropertiesIn, 0x00000338, 0, 0);
  24. // ComActivator clsid
  25. DEFINE_OLEGUID(CLSID_ComActivator, 0x0000033c, 0, 0);