<div class="content"><p>The <b>SAP_MIB_GET_INPUT_DATA</b> structure MAY<a id="Appendix_A_Target_110"></a><a aria-label="Product behavior note 110" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_110" data-linktype="relative-path">&lt;110&gt;</a> be used to retrieve the SAP
MIB information. This structure is used in the following methods to retrieve
the MIB information of the <b>TableId</b> and specified <b>InterfaceIndex:</b></p><ul><li><p><span><span> 
</span></span><a href="ebc5c709-36d8-4520-a0ac-6f36d2d6c0b2" data-linktype="relative-path"><b>RMIBEntryGet (section 3.1.4.30)</b></a><span>  </span></p>
</li><li><p><span><span> 
</span></span><a href="9102e585-2f62-4408-bfb6-02a6460cc883" data-linktype="relative-path"><b>RMIBEntryGetFirst (section 3.1.4.31)</b></a><span>  </span></p>
</li><li><p><span><span> 
</span></span><a href="50f78033-d248-4272-b4b9-a2519a0f304d" data-linktype="relative-path"><b>RMIBEntryGetNext (section 3.1.4.32</b></a><span>)  </span></p>
<div><pre> typedef struct _SAP_MIB_GET_INPUT_DATA {
   ULONG TableId;
   ULONG InterfaceIndex;
 } SAP_MIB_GET_INPUT_DATA,
  *PSAP_MIB_GET_INPUT_DATA;
</pre></div>
</li></ul><p><b>TableId:</b> This MUST be set to 0x00000000 if the
table refers to <a href="f2edabd2-564d-40b8-9604-2f0ed99f39da" data-linktype="relative-path"><b>SAP_MIB_BASE (section 2.2.1.2.115)</b></a>
or MUST be set to 0x00000001 if the table refers to <a href="b0451d0d-3d67-4f33-8117-d066880fa6be" data-linktype="relative-path"><b>SAP_INTERFACE (section 2.2.1.2.117)</b></a>. 
</p><p><b>InterfaceIndex: </b>MUST be the interface index of
the interface.</p></div>