2.2.4.40 SERVER_INFO_100

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 in this structure, see the description for the SERVER_INFO_103 structure (sv100_xxx denotes the same information as sv103_xxx).

 typedef struct _SERVER_INFO_100 {
   DWORD sv100_platform_id;
   [string] wchar_t* sv100_name;
 } SERVER_INFO_100,
  *PSERVER_INFO_100,
  *LPSERVER_INFO_100;