@msdn=https://msdn.microsoft.com/en-us/library/windows/desktop/aa366921(v=vs.85).aspx @pinvoke=http://pinvoke.net/$$$.htm 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: MIB_TCPTABLE_OWNER_PID@msdn on MSDN
Edit Structures.MIB_TC...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.