MIB_TCPTABLE_OWNER_MODULE (Compact 2013)
3/26/2014
This structure contains a table of process IDs (PIDs), the IPv4 TCP links that are context-bound to the PIDs, and any available ownership data.
Syntax
typedef struct {
DWORD dwNumEntries;
MIB_TCPROW_OWNER_MODULE table[ANY_SIZE];
} MIB_TCPTABLE_OWNER_MODULE,
*PMIB_TCPTABLE_OWNER_MODULE;
Members
- dwNumEntries
The number of MIB_TCPROW_OWNER_MODULE elements in the table.
- table
Array of MIB_TCPROW_OWNER_MODULE structures returned by a call to GetExtendedTcpTable
Remarks
This table is specifically returned by a call to GetExtendedTcpTable with the TableClass parameter set to a TCP_TABLE_OWNER_MODULE_* value from the TCP_TABLE_CLASS enumeration and the ulAf parameter set to AF_INET4.
The MIB_TCPTABLE_OWNER_MODULE structure can contain padding for alignment between the dwNumEntries member and the first MIB_TCPROW_OWNER_MODULE array entry in the table member. Padding for alignment can also be present between the MIB_TCPROW_OWNER_MODULE array entries in the table member. Any access to a MIB_TCPROW_OWNER_MODULE array entry should assume padding can exist.
Requirements
Header |
ws2def.h, |