2.2.1.2.152 IPBOOTP_MIB_GET_OUTPUT_DATA
The IPBOOTP_MIB_GET_OUTPUT_DATA structure is passed as output data for the following methods:
Note At the end of a table RMIBEntryGetNext wraps to the next table.
-
typedef struct _IPBOOTP_MIB_GET_OUTPUT_DATA { DWORD IMGOD_TypeID; DWORD IMGOD_IfIndex; BYTE IMGOD_Buffer[1]; } IPBOOTP_MIB_GET_OUTPUT_DATA, *PIPBOOTP_MIB_GET_OUTPUT_DATA;
IMGOD_TypeID: It MUST be one of the following values.
-
Value
Meaning
IPBOOTP_GLOBAL_CONFIG_ID
0x00000000
The global configuration for the IPBOOTP, IPBOOTP_GLOBAL_CONFIG.
IPBOOTP_IF_STATS_ID
0x00000001
The per interface statistics, IPBOOTP_IF_STATS.
IPBOOTP_IF_CONFIG_ID
0x00000002
The IPBOOTP_IF_CONFIG Identifier.
IPBOOTP_IF_BINDING_ID
0x00000003
The IP addresses to which each interface is bound, IPBOOTP_IF_BINDING.
IMGOD_IfIndex: The index of the interface.
IMGOD_Buffer: One of the structures in the previous table based on IMGOD_TypeID.