MIB_TCP6TABLE (Compact 2013)
3/26/2014
This structure contains a table of IPv6 TCP connections on the local device.
Syntax
typedef struct _MIB_TCP6TABLE {
DWORD dwNumEntries;
MIB_TCP6ROW table[ANY_SIZE];
} MIB_TCP6TABLE,
*PMIB_TCP6TABLE;
Members
- dwNumEntries
A value that specifies the number of TCP connections in the array.
- table
An array of MIB_TCP6ROW structures that contain TCP connection entries.
Remarks
The GetTcp6Table function retrieves the IPv6 TCP connection table on the local device and returns this information in a MIB_TCP6TABLE structure. An array of MIB_TCP6ROW structures are contained in the MIB_TCP6TABLE structure.
The MIB_TCP6TABLE structure can contain padding for alignment between the dwNumEntries member and the first MIB_TCP6ROW array entry in the table member. Padding for alignment can also be present between the MIB_TCP6ROW array entries in the table member. Any access to a MIB_TCP6ROW array entry should assume padding can exist.
Requirements
Header |
ws2def.h, |
See Also
Reference
MIB Structures
GetTcp6Table
GetTcp6Table2
GetTcpTable
GetTcpTable2
MIB_TCP6ROW
MIB_TCP6ROW2
MIB_TCP6TABLE2
MIB_TCPROW
MIB_TCPROW2
MIB_TCPTABLE
MIB_TCPTABLE2