<div class="content" name="SERVER_INFO_102" uuid="b503efd7-5ec4-48f8-b8d9-e61ca2724eff"><p>The SERVER_INFO_102 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, platform, and type of server, attributes, and associated
software. For information about 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 (sv102_xxx denotes the same information as sv103_xxx).</p><dl>
<dd>
<div><pre> typedef struct _SERVER_INFO_102 {
   DWORD sv102_platform_id;
   [string] wchar_t* sv102_name;
   DWORD sv102_version_major;
   DWORD sv102_version_minor;
   DWORD sv102_type;
   [string] wchar_t* sv102_comment;
   DWORD sv102_users;
   long sv102_disc;
   int sv102_hidden;
   DWORD sv102_announce;
   DWORD sv102_anndelta;
   DWORD sv102_licenses;
   [string] wchar_t* sv102_userpath;
 } SERVER_INFO_102,
  *PSERVER_INFO_102,
  *LPSERVER_INFO_102;
</pre></div>
</dd></dl></div>