MIB_TCPTABLE_OWNER_PID (Structures)
Last changed: Polymaker-24.226.223.60

.
Summary
The MIB_TCPTABLE_OWNER_PID structure contains a table of process IDs (PIDs) and the IPv4 TCP links that are context bound to these PIDs.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
public struct MIB_TCPTABLE_OWNER_PID
{
    public uint dwNumEntries;
    [MarshalAs(UnmanagedType.ByValArray, ArraySubType = UnmanagedType.Struct, SizeConst = 1)]
    public MIB_TCPROW_OWNER_PID[] table;
}

VB Definition:

Structure MIB_TCPTABLE_OWNER_PID
   Public TODO
End Structure

User-Defined Field Types:

MIB_TCPROW_OWNER_PID

Notes:

None.

Documentation