<div class="content" name="SERVICES_TABLE_INDEX" uuid="1c194a57-549c-4849-98ed-5de3f533fd65"><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>0x0000</td>
  <td>Unknown</td>
 </tr><tr>
  <td>0x0000 — 0x0004</td>
  <td>NetWare file server</td>
 </tr><tr>
  <td>0x0000 — 0x0007</td>
  <td>NetWare print server</td>
 </tr><tr>
  <td>0x0006 — 0x0040</td>
  <td>Microsoft RPC server</td>
 </tr><tr>
  <td>0x00FF</td>
  <td>General SAP request</td>
 </tr></tbody></table>
</dd></dl><p><b>ServiceName: </b>The name of the server hosting
the service.</p></div>