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. This member MUST be one of the values listed in section 2.2.2.1.
-
sv100_name: A pointer to a null-terminated Unicode UTF-16 Internet host name or NetBIOS host name of a server.