2.3.11 SERVER_INFO_100
The SERVER_INFO_100 structure contains information about the specified server, including the name and platform.
-
typedef struct _SERVER_INFO_100 { DWORD sv100_platform_id; [string] wchar_t* sv100_name; } SERVER_INFO_100, *PSERVER_INFO_100, *LPSERVER_INFO_100;
sv100_platform_id: Specifies the information level to use for platform-specific information.
-
Name
Value
PLATFORM_ID_DOS
300
PLATFORM_ID_OS2
400
PLATFORM_ID_NT
500
PLATFORM_ID_OSF
600
PLATFORM_ID_VMS
700
sv100_name: A pointer to a null-terminated Unicode UTF-16 Internet host name or NetBIOS host name of a server.