MI_Server 구조체에 사용되는 지원 구조체입니다. "MI_Server_" 이름 접두사로 함수를 사용하여 이러한 구조를 조작합니다.
구문
typedef struct _MI_ServerFT {
MI_Result()(MI_Uint32 *version) * GetVersion;
MI_Result((const MI_Char **systemName) * )GetSystemName;
} MI_ServerFT;
멤버
GetVersion
서버를 컴파일할 때 사용되는 MI_VERSION 매크로의 값을 가져옵니다.
GetSystemName
서버의 시스템 이름을 가져옵니다.
요구 사항
| 지원되는 최소 클라이언트 | Windows 8 |
| 지원되는 최소 서버 | Windows Server 2012 |
| 머리글 | mi.h |
| 재배포 가능 파일 | windows Server 2008 R2 SP1, Windows 7 SP1 및 Windows Server 2008 SP2의 Windows Management Framework 3.0 |