次の方法で共有


MIB_TCP6TABLE2 (Compact 2013)

3/26/2014

This structure contains a table of IPv6 TCP connections on the local device.

Syntax

typedef struct _MIB_TCP6TABLE2 {
  DWORD dwNumEntries;
  MIB_TCP6ROW2 table[ANY_SIZE];
} MIB_TCP6TABLE2,
  *PMIB_TCP6TABLE2;

Members

  • dwNumEntries
    A value that specifies the number of TCP connections in the array.
  • table
    An array of MIB_TCP6ROW2 structures that contain TCP connection entries.

Remarks

The GetTcp6Table2 function retrieves the IPv6 TCP connection table on the local device and returns this information in a MIB_TCP6TABLE2 structure. An array of MIB_TCP6ROW2 structures are contained in the MIB_TCP6TABLE2 structure.

The MIB_TCP6TABLE2 structure can contain padding for alignment between the dwNumEntries member and the first MIB_TCP6ROW2 array entry in the table member. Padding for alignment can also be present between the MIB_TCP6ROW2 array entries in the table member. Any access to a MIB_TCP6ROW2 array entry should assume padding can exist.

Requirements

Header

ws2def.h,
ws2ipdef.h

See Also

Reference

MIB Structures
GetTcp6Table
GetTcp6Table2
GetTcpTable
GetTcpTable2
MIB_TCP6ROW
MIB_TCP6ROW2
MIB_TCP6TABLE
MIB_TCPROW
MIB_TCPROW2
MIB_TCPTABLE
MIB_TCPTABLE2