The SAP_MIB_GET_INPUT_DATA structure MAY<110> be used to retrieve the SAP MIB information. This structure is used in the following methods to retrieve the MIB information of the TableId and specified InterfaceIndex:
RMIBEntryGetNext (section 3.1.4.32)
typedef struct _SAP_MIB_GET_INPUT_DATA {
ULONG TableId;
ULONG InterfaceIndex;
} SAP_MIB_GET_INPUT_DATA,
*PSAP_MIB_GET_INPUT_DATA;
TableId: This MUST be set to 0x00000000 if the table refers to SAP_MIB_BASE (section 2.2.1.2.115) or MUST be set to 0x00000001 if the table refers to SAP_INTERFACE (section 2.2.1.2.117).
InterfaceIndex: MUST be the interface index of the interface.