<div class="content"><p> </p><p>The SERVER_INFO_502 structure contains information about a
specified <span><a href="1709f6a7-efb8-4ded-b7ae-5cee9ee36320#gt_434b0234-e970-4e8c-bdfa-e16a30d96703" data-linktype="relative-path">server</a></span>. For a
description of the fields in this structure, see the description for the <span><a href="2b55fe85-2de5-4409-87ea-468cb6b35160" data-linktype="relative-path">SERVER_INFO_599</a></span>
structure (sv502_xxx denotes the same information as sv599_xxx).</p><dl>
<dd>
<div><pre> typedef struct _SERVER_INFO_502 {
   DWORD sv502_sessopens;
   DWORD sv502_sessvcs;
   DWORD sv502_opensearch;
   DWORD sv502_sizreqbuf;
   DWORD sv502_initworkitems;
   DWORD sv502_maxworkitems;
   DWORD sv502_rawworkitems;
   DWORD sv502_irpstacksize;
   DWORD sv502_maxrawbuflen;
   DWORD sv502_sessusers;
   DWORD sv502_sessconns;
   DWORD sv502_maxpagedmemoryusage;
   DWORD sv502_maxnonpagedmemoryusage;
   int sv502_enablesoftcompat;
   int sv502_enableforcedlogoff;
   int sv502_timesource;
   int sv502_acceptdownlevelapis;
   int sv502_lmannounce;
 } SERVER_INFO_502,
  *PSERVER_INFO_502,
  *LPSERVER_INFO_502;
</pre></div>
</dd></dl></div>