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.

51 lines
1.6 KiB

  1. /*++
  2. 1998 Seagate Software, Inc. All rights reserved.
  3. Module Name:
  4. StdAfx.cpp
  5. Abstract:
  6. This module declares the global constants used within the
  7. snapin, as well as including standard implementations from ATL.
  8. Author:
  9. John Biard [jrb] 04-Mar-1997
  10. Revision History:
  11. --*/
  12. #include "stdafx.h"
  13. #pragma warning(4:4701)
  14. #include <atlimpl.cpp>
  15. #pragma warning(3:4701)
  16. #include "RsUtil.cpp"
  17. // Internal private clipboard format.
  18. const wchar_t* SAKSNAP_INTERNAL = L"SAKSNAP_INTERNAL";
  19. const wchar_t* MMC_SNAPIN_MACHINE_NAME = L"MMC_SNAPIN_MACHINE_NAME";
  20. const wchar_t* CF_EV_VIEWS = L"CF_EV_VIEWS";
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // GUIDs for all UI nodes in the system (used as type identifiers)
  24. //
  25. /////////////////////////////////////////////////////////////////////////////
  26. // HsmCom UI node -
  27. // This is the static node known by the snapin manager. This is the only one that is
  28. // actually registered (see hsmadmin.rgs).
  29. const GUID cGuidHsmCom = { 0x8b4bac42, 0x85ff, 0x11d0, { 0x8f, 0xca, 0x0, 0xa0, 0xc9, 0x19, 0x4, 0x47 } };
  30. // The rest of the UI nodes -
  31. const GUID cGuidManVol = { 0x39982290, 0x8691, 0x11d0, { 0x8f, 0xca, 0x0, 0xa0, 0xc9, 0x19, 0x4, 0x47 } };
  32. const GUID cGuidCar = { 0x39982296, 0x8691, 0x11d0, { 0x8f, 0xca, 0x0, 0xa0, 0xc9, 0x19, 0x4, 0x47 } };
  33. const GUID cGuidMedSet = { 0x29e5be12, 0x8abd, 0x11d0, { 0x8f, 0xcd, 0x0, 0xa0, 0xc9, 0x19, 0x4, 0x47 } };
  34. const GUID cGuidManVolLst = { 0x39982298, 0x8691, 0x11d0, { 0x8f, 0xca, 0x0, 0xa0, 0xc9, 0x19, 0x4, 0x47 } };