2.2.4.41 SERVER_INFO_101
The SERVER_INFO_101 structure contains information about the specified server, including name, platform, type of server, and associated software. For a description about the fields in this structure, see the description for the SERVER_INFO_103 structure (sv101_xxx denotes the same information as sv103_xxx).
-
typedef struct _SERVER_INFO_101 { DWORD sv101_platform_id; [string] wchar_t* sv101_name; DWORD sv101_version_major; DWORD sv101_version_minor; DWORD sv101_type; [string] wchar_t* sv101_comment; } SERVER_INFO_101, *PSERVER_INFO_101, *LPSERVER_INFO_101;