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.

40 lines
1.1 KiB

  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);
  26. // Stackwalking
  27. DEFINE_OLEGUID(CLSID_StackWalker, 0x00000349, 0, 0);
  28. // Local machine name comparisons
  29. DEFINE_OLEGUID(CLSID_LocalMachineNames, 0x0000034a, 0, 0);
  30. // Global options
  31. DEFINE_OLEGUID(CLSID_GlobalOptions, 0x0000034b, 0, 0);