<div class="content" name="IPX_MIB_GET_INPUT_DATA" uuid="25b333ba-d914-4569-9abe-c2be448d09a0"><p>The <b>IPX_MIB_GET_INPUT_DATA</b> structure MAY<a id="Appendix_A_Target_96"></a><a aria-label="Product behavior note 96" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_96" data-linktype="relative-path">&lt;96&gt;</a> be used to retrieve IPX MIB
entries. This structure is used in the following methods: </p><ul><li><p><span><span> 
</span></span><a href="ebc5c709-36d8-4520-a0ac-6f36d2d6c0b2" data-linktype="relative-path">RMIBEntryGet (section 3.1.4.30)</a></p>
</li><li><p><span><span> 
</span></span><a href="9102e585-2f62-4408-bfb6-02a6460cc883" data-linktype="relative-path">RMIBEntryGetFirst (section 3.1.4.31)</a></p>
</li><li><p><span><span> 
</span></span><a href="50f78033-d248-4272-b4b9-a2519a0f304d" data-linktype="relative-path">RMIBEntryGetNext (section 3.1.4.32)</a></p>
<div><pre> typedef struct _IPX_MIB_GET_INPUT_DATA {
   ULONG TableId;
   IPX_MIB_INDEX MibIndex;
 } IPX_MIB_GET_INPUT_DATA,
  *PIPX_MIB_GET_INPUT_DATA;
</pre></div>
</li></ul><p><b>TableId: </b>Specifies the type of table. Values
MUST be 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>IPX_BASE_ENTRY 0x00000000</td>
  <td>IPX base. See IPXMIB_BASE (section 2.2.1.2.106).</td>
 </tr><tr>
  <td>IPX_INTERFACE_TABLE 0x00000001</td>
  <td>IPX interface table. See IPX_INTERFACE (section 2.2.1.2.108).</td>
 </tr><tr>
  <td>IPX_DEST_TABLE 0x00000002</td>
  <td>IPX destination table. See IPX_ROUTE (section 2.2.1.2.109).</td>
 </tr><tr>
  <td>IPX_STATIC_ROUTE_TABLE 0x00000003</td>
  <td>IPX Static Route Table. See IPX_STATIC_ROUTE_INFO (section 2.2.1.2.93).</td>
 </tr><tr>
  <td>IPX_SERV_TABLE 0x00000004</td>
  <td>IPX service table. See IPX_SERVICE (section 2.2.1.2.120).</td>
 </tr><tr>
  <td>IPX_STATIC_SERV_TABLE 0x00000005</td>
  <td>IPX static service table. See IPX_STATIC_SERVICE_INFO (section 2.2.1.2.94).</td>
 </tr></tbody></table>
</dd></dl><p><b>MibIndex: </b>Specifies the MIB index for the
query. See section <a href="9e132641-0b75-45b5-818c-a996828b4745" data-linktype="relative-path">2.2.1.2.104</a>.</p></div>