<div class="content" name="SERVER_INFO_100" uuid="098f8f1a-56b3-4fd9-a7a6-4470c2945f0c"><p>The SERVER_INFO_100 structure contains information about the
specified <a href="1709f6a7-efb8-4ded-b7ae-5cee9ee36320#gt_434b0234-e970-4e8c-bdfa-e16a30d96703" data-linktype="relative-path">server</a>,
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 <a href="a8909a6f-0cef-46d1-a85b-f990cd05a739" data-linktype="relative-path">SERVER_INFO_103</a>
structure (sv100_xxx denotes the same information as sv103_xxx).</p><dl>
<dd>
<div><pre> typedef struct _SERVER_INFO_100 {
   DWORD sv100_platform_id;
   [string] wchar_t* sv100_name;
 } SERVER_INFO_100,
  *PSERVER_INFO_100,
  *LPSERVER_INFO_100;
</pre></div>
</dd></dl></div>