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.

102 lines
2.8 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2002 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // Pch.h
  7. //
  8. // Description:
  9. // Precompiled header file.
  10. //
  11. // Maintained By:
  12. // Galen Barbee (GalenB) 01-MAR-2000
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. //////////////////////////////////////////////////////////////////////////////
  16. // Constant Definitions
  17. //////////////////////////////////////////////////////////////////////////////
  18. #define UNICODE
  19. #if DBG==1 || defined( _DEBUG )
  20. #define DEBUG
  21. //
  22. // Define this to change Interface Tracking
  23. //
  24. //#define NO_TRACE_INTERFACES
  25. #endif // DBG==1 || _DEBUG
  26. //
  27. // Define this to pull in the SysAllocXXX functions. Requires linking to
  28. // OLEAUT32.DLL
  29. //
  30. #define USES_SYSALLOCSTRING
  31. //////////////////////////////////////////////////////////////////////////////
  32. // Forward Class Declarations
  33. //////////////////////////////////////////////////////////////////////////////
  34. //////////////////////////////////////////////////////////////////////////////
  35. // External Class Declarations
  36. //////////////////////////////////////////////////////////////////////////////
  37. //////////////////////////////////////////////////////////////////////////////
  38. // Include Files
  39. //////////////////////////////////////////////////////////////////////////////
  40. #include <Pragmas.h>
  41. #include <windows.h>
  42. #include <objbase.h>
  43. #include <wchar.h>
  44. #include <ComCat.h>
  45. #include <clusapi.h>
  46. #include <ClusVerp.h>
  47. #include <lm.h>
  48. #include <sddl.h>
  49. #include <ntddscsi.h>
  50. #include <Common.h>
  51. #include <Debug.h>
  52. #include <Log.h>
  53. #include <CITracker.h>
  54. #include <CFactory.h>
  55. #include <Dll.h>
  56. #include <guids.h>
  57. #include <WBemCli.h>
  58. #include <clusudef.h>
  59. #include <proplist.h>
  60. #include <ClusCfgGuids.h>
  61. #include <ClusCfgInternalGuids.h>
  62. #include <ClusCfgClient.h>
  63. #include <ClusCfgServer.h>
  64. #include <ClusCfgPrivate.h>
  65. #include <LoadString.h>
  66. #include "ServerStrings.h"
  67. #include <CommonStrings.h>
  68. #include "WMIHelpers.h"
  69. #include <StatusReports.h>
  70. #include "ClusCfgServerGuids.h"
  71. #include <ClusCfgDef.h>
  72. #include <ClusterUtils.h>
  73. #include <nameutil.h>
  74. #include <netcon.h>
  75. #include "clstrcmp.h"
  76. //
  77. // Switching to use the new safe string functions.
  78. //
  79. #include <StrSafe.h>
  80. //////////////////////////////////////////////////////////////////////////////
  81. // Type Definitions
  82. //////////////////////////////////////////////////////////////////////////////
  83. //////////////////////////////////////////////////////////////////////////////
  84. // Constant Definitions
  85. //////////////////////////////////////////////////////////////////////////////
  86. const WCHAR g_szPhysicalDriveFormat [] = { L"\\\\.\\PHYSICALDRIVE%lu\0" };