////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2000-2002 Microsoft Corporation // // Module Name: // Pch.h // // Description: // Precompiled header file. // // Maintained By: // Galen Barbee (GalenB) 01-MAR-2000 // ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // Constant Definitions ////////////////////////////////////////////////////////////////////////////// #define UNICODE #if DBG==1 || defined( _DEBUG ) #define DEBUG // // Define this to change Interface Tracking // //#define NO_TRACE_INTERFACES #endif // DBG==1 || _DEBUG // // Define this to pull in the SysAllocXXX functions. Requires linking to // OLEAUT32.DLL // #define USES_SYSALLOCSTRING ////////////////////////////////////////////////////////////////////////////// // Forward Class Declarations ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // External Class Declarations ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // Include Files ////////////////////////////////////////////////////////////////////////////// #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "ServerStrings.h" #include #include "WMIHelpers.h" #include #include "ClusCfgServerGuids.h" #include #include #include #include #include "clstrcmp.h" // // Switching to use the new safe string functions. // #include ////////////////////////////////////////////////////////////////////////////// // Type Definitions ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // Constant Definitions ////////////////////////////////////////////////////////////////////////////// const WCHAR g_szPhysicalDriveFormat [] = { L"\\\\.\\PHYSICALDRIVE%lu\0" };