|
ReactOS 0.4.17-dev-540-g8f54750
|
#include "precomp.h"#include <strsafe.h>#include <initguid.h>#include <objbase.h>#include <wbemcli.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
| #define | NDEBUG |
Functions | |
| BOOL | CheckOsVersion (_In_ PNS_OSVERSIONCHECK pfnOsVersionCheck) |
| static HRESULT | QueryOperatingSystemInfo (_In_ IWbemServices *Services) |
| static HRESULT | QueryProcessorInfo (_In_ IWbemServices *Services) |
| HRESULT | GetWmiVersionInfo (VOID) |
| BOOL CheckOsVersion | ( | _In_ PNS_OSVERSIONCHECK | pfnOsVersionCheck | ) |
Definition at line 35 of file wmi.c.
Referenced by InterpretCommand(), PrintCommandHelp(), PrintContext(), PrintShortGroupCommands(), and PrintSubcontexts().
Definition at line 246 of file wmi.c.
Referenced by wmain().
|
static |
Definition at line 55 of file wmi.c.
Referenced by GetWmiVersionInfo().
|
static |
Definition at line 164 of file wmi.c.
Referenced by GetWmiVersionInfo().
| UINT VersionInfoArchitecture |
Definition at line 24 of file wmi.c.
Referenced by CheckOsVersion(), and QueryProcessorInfo().
Definition at line 28 of file wmi.c.
Referenced by CheckOsVersion(), and QueryOperatingSystemInfo().
| UINT VersionInfoOsProductSuite |
Definition at line 25 of file wmi.c.
Referenced by CheckOsVersion(), and QueryOperatingSystemInfo().
| UINT VersionInfoOsType |
Definition at line 26 of file wmi.c.
Referenced by CheckOsVersion(), and QueryOperatingSystemInfo().
Definition at line 29 of file wmi.c.
Referenced by CheckOsVersion(), and QueryOperatingSystemInfo().
Definition at line 30 of file wmi.c.
Referenced by CheckOsVersion(), and QueryOperatingSystemInfo().
Definition at line 27 of file wmi.c.
Referenced by CheckOsVersion(), and QueryOperatingSystemInfo().