2.2.1.2.57 MIB_TCPTABLE
The MIB_TCPTABLE structure contains a table of IPv4 TCP connections on the local computer.
-
typedef struct _MIB_TCPTABLE { DWORD dwNumEntries; MIB_TCPROW table[1]; BYTE reserved[8]; } MIB_TCPTABLE, *PMIB_TCPTABLE;
dwNumEntries: The number of entries in the table.
table: A pointer to a table of TCP connections implemented as an array of MIB_TCPROW (section 2.2.1.2.55) structures.
reserved: An array of 8 bytes that SHOULD be set to 0 and ignored on receipt.