2.2.1.2.19 DIM_MIB_ENTRY_CONTAINER
The DIM_MIB_ENTRY_CONTAINER structure contains the size and the data for the management information base (MIB) entries that are either set or retrieved from the MIB variables. This structure is used in the following methods:
RMIBEntryGetNext (section 3.1.4.32)
typedef struct _DIM_MIB_ENTRY_CONTAINER { DWORD dwMibInEntrySize; [size_is(dwMibInEntrySize)] LPBYTE pMibInEntry; DWORD dwMibOutEntrySize; [size_is(dwMibOutEntrySize)] LPBYTE pMibOutEntry; } DIM_MIB_ENTRY_CONTAINER, *PDIM_MIB_ENTRY_CONTAINER;
dwMibInEntrySize: This field gives the size of the MIB entry data being input. It represents the size of the data contained in pMibInEntry.
pMibInEntry: A pointer to a protocol-specific structure that contains input data.
dwMibOutEntrySize: This field gives the size of the MIB entry data being output. It represents the size of the data contained in pMibOutEntry.
pMibOutEntry: This member points to the protocol-specific structure that points to the MIB.
-
The contents of pMibInEntry and pMibOutEntry are based on the transport and the routing protocol for which the MIB information is requested.
-
Transport
Routing Protocol
pMibInEntry
pMibOutEntry
PID_IP
0x00000021
IPRTRMGR_PID
0x00002710
MIB_OPAQUE_QUERY (section 2.2.1.2.53)
MIB_OPAQUE_QUERY (section 2.2.1.2.53)
PID_IP
0x00000021
MS_IP_BOOTP
0x0000270F
PID_IP
0x00000021
MS_IP_NAT
0x81372715
IP_NAT_MIB_QUERY (section 2.2.1.2.182)
PID_IP
0x00000021
MS_IP_DNS_PROXY
0x81372713
IP_DNS_PROXY_MIB_QUERY (section 2.2.1.2.186)
IP_DNS_PROXY_MIB_QUERY (section 2.2.1.2.186)
PID_IP
0x00000021
MS_IP_DHCP_ALLOCATOR
0x81372714
IP_AUTO_DHCP_MIB_QUERY (section 2.2.1.2.188)
IP_AUTO_DHCP_MIB_QUERY (section 2.2.1.2.188)
PID_IP
0x00000021
MS_IP_OSPF
0x0000000D
MIB_DA_MSG (section 2.2.1.2.190)
MIB_DA_MSG (section 2.2.1.2.190)
PID_IP
0x00000021
MS_IP_RIP
0x00000008
PID_IP
0x00000021
MS_IP_IGMP
0x4137000A
PID_IPV6
0x00000057
MS_IPV6_DHCP
0x000003E7
PID_IPV6
0x00000057
IPRTRMGR_PID
0x00002710
MIB_OPAQUE_QUERY (section 2.2.1.2.53)
MIB_OPAQUE_QUERY (section 2.2.1.2.53)
PID_IPX
0x0000002B
IPX_PROTOCOL_BASE
0x0001FFFF
IPX_MIB_GET_INPUT_DATA (section 2.2.1.2.105)
PID_IPX
0x0000002B
IPX_PROTOCOL_RIP
0x00020000
RIP_MIB_GET_INPUT_DATA (section 2.2.1.2.125)
PID_IPX
0x0000002B
IPX_PROTOCOL_SAP
0x00020000
SAP_MIB_GET_INPUT_DATA (section 2.2.1.2.118)