Pyrogenesis
13997
|
Go to the source code of this file.
Macros | |
#define | _WIN32_DCOM |
Typedefs | |
typedef std::map< std::wstring, VARIANT > | WmiInstance |
typedef std::vector< WmiInstance > | WmiInstances |
Functions | |
Status | wmi_GetClassInstances (const wchar_t *className, WmiInstances &instances) |
get all instances of the requested class. More... | |
void | wmi_Shutdown () |
typedef std::map<std::wstring, VARIANT> WmiInstance |
typedef std::vector<WmiInstance> WmiInstances |
Status wmi_GetClassInstances | ( | const wchar_t * | className, |
WmiInstances & | instances | ||
) |