次の方法で共有


MIB_TCP6TABLE_OWNER_MODULE (Compact 2013)

3/26/2014

This structure contains a table of process IDs (PIDs) and the IPv6 TCP links context bound to these PIDs with any available ownership data.

Syntax

typedef struct _MIB_TCP6TABLE_OWNER_MODULE {
  DWORD dwNumEntries;
  MIB_TCP6ROW_OWNER_MODULE table[ANY_SIZE];
} MIB_TCP6TABLE_OWNER_MODULE,
  *PMIB_TCP6TABLE_OWNER_MODULE;

Members

  • table
    Array of MIB_TCP6ROW_OWNER_MODULE structures returned by a call to GetExtendedTcpTable.

Remarks

The MIB_TCP6TABLE_OWNER_MODULE structure is returned by a call to GetExtendedTcpTable with the TableClass parameter set to a TCP_TABLE_OWNER_MODULE_LISTENER, TCP_TABLE_OWNER_MODULE_CONNECTIONS, or TCP_TABLE_OWNER_MODULE_ALL from the TCP_TABLE_CLASS enumeration and the ulAf parameter set to AF_INET6.

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

Requirements

Header

ws2def.h,
ws2ipdef.h

See Also

Reference

MIB Structures

Other Resources

Management Information Base (MIB)