2.2.1.2.151 IPBOOTP_MIB_GET_INPUT_DATA
The IPBOOTP_MIB_GET_INPUT_DATA structure is passed as input data for the following methods:
RMIBEntryGetNext (section 3.1.4.32)
typedef struct _IPBOOTP_MIB_GET_INPUT_DATA { DWORD IMGID_TypeID; DWORD IMGID_IfIndex; } IPBOOTP_MIB_GET_INPUT_DATA, *PIPBOOTP_MIB_GET_INPUT_DATA;
IMGID_TypeID: This MUST be one of the following values.
-
Value
Meaning
IPBOOTP_GLOBAL_CONFIG_ID
0x00000000
The global configuration for the IPBOOTP.
IPBOOTP_IF_STATS_ID
0x00000001
The per-interface statistics.
IPBOOTP_IF_CONFIG_ID
0x00000002
The per-interface configuration.
IPBOOTP_IF_BINDING_ID
0x00000003
The IP addresses to which each interface is bound.
IMGID_IfIndex: The index of the interface.