<div class="content" name="WINSINTF_RESULTS_T" uuid="88f3968f-9516-41a4-80b4-7c0e7afb0676"><p>The WINSINTF_RESULTS_T structure defines information related
to the configuration and statistics of a <a href="a83205a2-23e2-41bb-84e1-4d968aaae4e8#gt_cb0d3fc4-7e24-49af-82c4-91a35bca857f" data-linktype="relative-path">target WINS server</a>. This is
used by <a href="a83205a2-23e2-41bb-84e1-4d968aaae4e8#gt_8a7f6700-8311-45bc-af10-82e10accd331" data-linktype="relative-path">RPC</a> method <a href="785bf8ff-085d-4813-a767-10e2c7e840e3" data-linktype="relative-path">R_WinsStatus</a>.</p><dl>
<dd>
<div><pre> typedef struct _WINSINTF_RESULTS_T {
   DWORD NoOfOwners;
   WINSINTF_ADD_VERS_MAP_T AddVersMaps[WINSINTF_MAX_NO_RPL_PNRS];
   LARGE_INTEGER MyMaxVersNo;
   DWORD RefreshInterval;
   DWORD TombstoneInterval;
   DWORD TombstoneTimeout;
   DWORD VerifyInterval;
   DWORD WINSPriorityClass;
   DWORD NoOfWorkerThds;
   WINSINTF_STAT_T WINSStat;
 } WINSINTF_RESULTS_T,
  *PWINSINTF_RESULTS_T;
</pre></div>
</dd></dl><p><b>NoOfOwners:</b>  The number of <a href="a83205a2-23e2-41bb-84e1-4d968aaae4e8#gt_fd7218ec-39b0-4372-bf4c-9ddfba81cb9e" data-linktype="relative-path">owners</a> whose records are
part of the target WINS server database. The value of this member MUST be less
than or equal to 25.</p><p><b>AddVersMaps:</b>  A structure containing
the <a href="a83205a2-23e2-41bb-84e1-4d968aaae4e8#gt_57b996ea-5019-4e6e-8848-1f850bcac53d" data-linktype="relative-path">owner version map</a> of
the target WINS server. The number of valid entries is defined by the <i>NoOfOwners</i>
value.</p><p><b>MyMaxVersNo:</b>  This member is not set
and MUST be ignored on receipt.</p><p><b>RefreshInterval:</b>  The refresh time
interval configured on the target WINS server, in seconds.</p><p><b>TombstoneInterval:</b>  The <a href="a83205a2-23e2-41bb-84e1-4d968aaae4e8#gt_0f15d747-5ab2-4aaf-99cf-438ab3e330d2" data-linktype="relative-path">tombstone interval</a>
configured on the target WINS server, in seconds.</p><p><b>TombstoneTimeout:</b>  The tombstone
timeout configured on the target WINS server, in seconds.</p><p><b>VerifyInterval:</b>  The verify time
interval configured on the target WINS server, in seconds.</p><p><b>WINSPriorityClass:</b>  The <a href="a83205a2-23e2-41bb-84e1-4d968aaae4e8#gt_8c20289f-af0c-4920-ab82-9584fd52ffa3" data-linktype="relative-path">priority class</a> of the <a href="a83205a2-23e2-41bb-84e1-4d968aaae4e8#gt_bafb050b-b593-4517-8093-f721bd2378ac" data-linktype="relative-path">WINS</a> process running on the
target WINS server. It SHOULD<a id="Appendix_A_Target_2"></a><a aria-label="Product behavior note 2" href="a76435fe-902a-4235-b12d-3654ac010672#Appendix_A_2" data-linktype="relative-path">&lt;2&gt;</a> have one of
the following values:</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>NORMAL_PRIORITY_CLASS 0x00000020</td>
  <td>The process has no special scheduling requirements.</td>
 </tr><tr>
  <td>HIGH_PRIORITY_CLASS 0x00000080</td>
  <td>The process performs time-critical tasks that MUST be executed immediately for the process to run correctly. The threads of a high-priority class process preempt the threads of normal-priority class processes.</td>
 </tr></tbody></table>
</dd></dl><p><b>NoOfWorkerThds:</b>  The number of
threads created in the WINS process for serving the <a href="a83205a2-23e2-41bb-84e1-4d968aaae4e8#gt_0334e0bd-2755-42f6-aeff-2d4a22bf4abf" data-linktype="relative-path">NetBIOS name</a> requests.</p><p><b>WINSStat:</b>  A <a href="d23c464a-6bb5-4eed-b74c-15bd47bcaa09" data-linktype="relative-path">WINSINTF_STAT_T</a> structure
(section 2.2.2.6) containing timing parameters configured on the target WINS
server and the pull replication statistics of partner <a href="a83205a2-23e2-41bb-84e1-4d968aaae4e8#gt_f2f9c250-6c9e-445f-b677-376f23f77d87" data-linktype="relative-path">WINS servers</a>.</p></div>