MI_ServerFT structure (mi.h)
A support structure used in the MI_Server structure. Use the functions with the name prefix "MI_Server_" to manipulate these structures.
Syntax
typedef struct _MI_ServerFT {
MI_Result()(MI_Uint32 *version) * GetVersion;
MI_Result((const MI_Char **systemName) * )GetSystemName;
} MI_ServerFT;
Members
GetVersion
Gets the value of the MI_VERSION macro used when compiling the server.
GetSystemName
Gets the system name for the server.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | mi.h |
Redistributable | Windows Management Framework 3.0 on Windows Server 2008 R2 with SP1, Windows 7 with SP1, and Windows Server 2008 with SP2 |