2.2.1.2.156 DHCPV6R_MIB_GET_OUTPUT_DATA
The DHCPV6R_MIB_GET_OUTPUT_DATA structure is passed as output data for the following methods:
RMIBEntryGetNext (section 3.1.4.32)
typedef struct _DHCPV6R_MIB_GET_OUTPUT_DATA { DWORD IMGOD_TypeID; DWORD IMGOD_IfIndex; BYTE IMGOD_Buffer[1]; } DHCPV6R_MIB_GET_OUTPUT_DATA, *PDHCPV6R_MIB_GET_OUTPUT_DATA;
IMGOD_TypeID: It MUST be the following value.
-
Value
Meaning
DHCPV6R_IF_STATS_ID
0x00000001
The interface statistics data, DHCPV6R_IF_STATS (section 2.2.1.2.158), is specified in the location that starts with IMGOD_Buffer.
IMGOD_IfIndex: The index of the interface.
IMGOD_Buffer: This specifies the output data corresponding to the type specified by IMGOD_TypeID.