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
892 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1998
  5. //
  6. // File: extinc.hxx
  7. //
  8. // Contents: header items that should be imported from public\inc
  9. //
  10. // History: 7/1/98 mohamedn extend comp. mgmt
  11. //
  12. //--------------------------------------------------------------------------
  13. #pragma once
  14. #define MMC_MACHINE_NAME_CF L"MMC_SNAPIN_MACHINE_NAME"
  15. //
  16. // external GUIDs (from Computer Management Snapin)
  17. // These need to be in a public header. we shyouldn't need to define them.
  18. // MMC doesn't publish them apparently.
  19. //
  20. const CLSID CLSID_SystemServiceManagementExt =
  21. {0x58221C6a,0xEA27,0x11CF,{0xAD,0xCF,0x00,0xAA,0x00,0xA8,0x00,0x33} };
  22. const CLSID CLSID_NodeTypeServerApps =
  23. { 0x476e6449, 0xaaff, 0x11d0, { 0xb9, 0x44, 0x0, 0xc0, 0x4f, 0xd8, 0xd5, 0xb0 } };