@msdn=https://msdn.microsoft.com/en-us/library/windows/desktop/aa366386(v=vs.85).aspx @pinvoke=http://pinvoke.net/$$$.htm Summary: The TCP_TABLE_CLASS enumeration defines the set of values used to indicate the type of table returned by calls to ""GetExtendedTcpTable"". !!!!C# Definition: public enum TCP_TABLE_CLASS { TCP_TABLE_BASIC_LISTENER, TCP_TABLE_BASIC_CONNECTIONS, TCP_TABLE_BASIC_ALL, TCP_TABLE_OWNER_PID_LISTENER, TCP_TABLE_OWNER_PID_CONNECTIONS, TCP_TABLE_OWNER_PID_ALL, TCP_TABLE_OWNER_MODULE_LISTENER, TCP_TABLE_OWNER_MODULE_CONNECTIONS, TCP_TABLE_OWNER_MODULE_ALL } !!!!VB Definition: Enum TCP_TABLE_CLASS TODO End Enum !!!!Notes: Used with IphlpApi.GetExtendedTcpTable. Documentation: TCP_TABLE_CLASS@msdn on MSDN
Edit Enums.TCP_TABLE_C...
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.