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.

50 lines
2.0 KiB

  1. // stdafx.cpp : source file that includes just the standard includes
  2. // stdafx.pch will be the pre-compiled header
  3. // stdafx.obj will contain the pre-compiled type information
  4. //
  5. // Copyright (c) 1998-1999 Microsoft Corporation
  6. #include "stdafx.h"
  7. //jps 09/02/97 - Removed ATL wizard includes
  8. //#ifdef _ATL_STATIC_REGISTRY
  9. //#include <statreg.h>
  10. //#include <statreg.cpp>
  11. //#endif
  12. #ifdef MSINFO_DEBUG_HACK
  13. int g_HackFindMe = 0;
  14. #endif // DEBUG_HACK
  15. #include <atlimpl.cpp>
  16. const CLSID CLSID_MSInfo = {0x45ac8c63,0x23e2,0x11d1,{0xa6,0x96,0x00,0xc0,0x4f,0xd5,0x8b,0xc3}};
  17. const CLSID CLSID_About = {0x45ac8c65,0x23e2,0x11d1,{0xa6,0x96,0x00,0xc0,0x4f,0xd5,0x8b,0xc3}};
  18. const CLSID CLSID_Extension = {0x45ac8c64,0x23e2,0x11d1,{0xa6,0x96,0x00,0xc0,0x4f,0xd5,0x8b,0xc3}};
  19. LPCTSTR cszClsidMSInfoSnapin = _T("{45ac8c63-23e2-11d1-a696-00c04fd58bc3}");
  20. LPCTSTR cszClsidAboutMSInfo = _T("{45ac8c65-23e2-11d1-a696-00c04fd58bc3}");
  21. // CHECK: Use the same value?
  22. LPCTSTR cszClsidMSInfoExtension = _T("{45ac8c64-23e2-11d1-a696-00c04fd58bc3}");
  23. #include "ndmgr_i.c"
  24. // Static NodeType GUID in numeric & string formats.
  25. const GUID cNodeTypeStatic = {0x45ac8c66,0x23e2,0x11d1,{0xA6,0x96,0x00,0xC0,0x4F,0xD5,0x8b,0xc3}};
  26. LPCTSTR cszNodeTypeStatic = _T("{45ac8c66-23e2-11d1-a696-00c04fd58bc3}");
  27. // CHECK: Will we use these?
  28. // Dynamicaly created objects.
  29. const GUID cNodeTypeDynamic = {0x0ac69b7a,0xafce,0x11d0,{0xa7,0x9b,0x00,0xc0,0x4f,0xd8,0xd5,0x65}};
  30. LPCTSTR cszNodeTypeDynamic = _T("{0ac69b7a-afce-11d0-a79b-00c04fd8d565}");
  31. //
  32. // OBJECT TYPE for result items.
  33. //
  34. // Result items object type GUID in numeric & string formats.
  35. const GUID cObjectTypeResultItem = {0x00c86e52,0xaf90,0x11d0,{0xa7,0x9b,0x00,0xc0,0x4f,0xd8,0xd5,0x65}};
  36. LPCTSTR cszObjectTypeResultItem = _T("{00c86e52-af90-11d0-a79b-00c04fd8d565}");
  37. // Program Files
  38. LPCTSTR cszWindowsCurrentKey = _T("SOFTWARE\\Microsoft\\Windows\\CurrentVersion");
  39. LPCTSTR cszCommonFilesValue = _T("CommonFilesDir");