The SERVER_INFO_100 structure contains information about the specified server, including the name and platform. It MUST be used only to query information about a server. For a description of the fields, see the description for SERVER_INFO_102 (sv100_xxx denotes the same information as sv102_xxx).
typedef struct _SERVER_INFO_100 {
DWORD sv100_platform_id;
[string] wchar_t* sv100_name;
} SERVER_INFO_100,
*PSERVER_INFO_100,
*LPSERVER_INFO_100;