15 #if defined(_WIN32) && ! defined(UNDER_CE)
17 interface IEnumWbemClassObject;
18 interface IWbemClassObject;
19 interface IWbemServices;
20 interface IWbemLocator;
38 cComPtr<IWbemLocator> m_pLocator;
39 cComPtr<IWbemServices> m_pServices;
56 cComPtr<IEnumWbemClassObject> m_pEnum;
57 cComPtr<IWbemClassObject> m_pObj;
63 HRESULT Query(cWMI& loc,
const wchar_t* pszSet,
const wchar_t* pszQuery);
66 HRESULT Get(
const wchar_t* pszName, OUT cWinVariant& v);
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
INT32 HRESULT
_WIN32 style error codes. INT32
Definition: SysTypes.h:465
#define UNITTEST_FRIEND(n)
Define this in the class body to be unit tested. Allow the unit test to access private/protected stuf...
Definition: cUnitTestDecl.h:17
UNITTEST2_PREDEF(cQuadtree)