MIB_TCP6TABLE_OWNER_PID (Structures)
Last changed: anonymous

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

C# Definition:

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

VB Definition:

Structure MIB_TCP6TABLE_OWNER_PID
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation