<div class="content"><p>The <b>SERVICES_TABLE_INDEX</b> structure MAY<a id="Appendix_A_Target_93"></a><a aria-label="Product behavior note 93" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_93" data-linktype="relative-path">&lt;93&gt;</a> be used to specify the index
within the services table. It is used in <a href="9e132641-0b75-45b5-818c-a996828b4745" data-linktype="relative-path"><b>IPX_MIB_INDEX (section 2.2.1.2.104)</b></a>. 
</p><dl>
<dd>
<div><pre> typedef struct _SERVICES_TABLE_INDEX {
   USHORT ServiceType;
   UCHAR ServiceName[48];
 } SERVICES_TABLE_INDEX,
  *PSERVICES_TABLE_INDEX;
</pre></div>
</dd></dl><p><b>ServiceType: </b>The type of service (for example:
file server, print server, or application server). Commonly used types are
described in the following table.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Service type (hexadecimal)</p>
   </th>
   <th>
   <p>Server</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>
  <p>0x0000</p>
  </td>
  <td>
  <p>Unknown</p>
  </td>
 </tr><tr>
  <td>
  <p>0x0000 — 0x0004</p>
  </td>
  <td>
  <p>NetWare file server</p>
  </td>
 </tr><tr>
  <td>
  <p>0x0000 — 0x0007</p>
  </td>
  <td>
  <p>NetWare print server</p>
  </td>
 </tr><tr>
  <td>
  <p>0x0006 — 0x0040</p>
  </td>
  <td>
  <p>Microsoft RPC server</p>
  </td>
 </tr><tr>
  <td>
  <p>0x00FF</p>
  </td>
  <td>
  <p>General SAP request</p>
  </td>
 </tr></tbody></table>
</dd></dl><p><b>ServiceName: </b>The name of the server hosting
the service.</p></div>