Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

TCP_TABLE_CLASS (Structures)
 
.
Summary
TODO - a short description

C# Definition:

    public enum TableClass
    {
    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:

Structure TCP_TABLE_CLASS
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

Here is what these will cause to be returned

TCP_TABLE_BASIC_LISTENER,
    TCP_TABLE_BASIC_LISTENERA MIB_TCPTABLE table that contains all listening (receiving only) TCP endpoints on the machine is returned to the caller.,

    TCP_TABLE_BASIC_CONNECTIONS,
    TCP_TABLE_BASIC_CONNECTIONSA MIB_TCPTABLE table that contains all connected TCP endpoints  on the machine is returned to the caller.,

    TCP_TABLE_BASIC_ALL,
    TCP_TABLE_BASIC_ALLA MIB_TCPTABLE table that contains all TCP endpoints  on the machine is returned to the caller.,

    TCP_TABLE_OWNER_PID_LISTENER,
    TCP_TABLE_OWNER_PID_LISTENERA MIB_TCPTABLE_OWNER_PID or MIB_TCP6TABLE_OWNER_PID that contains all listening (receiving only) TCP endpoints on the machine is returned to the caller.,

    TCP_TABLE_OWNER_PID_CONNECTIONS,
    TCP_TABLE_OWNER_PID_CONNECTIONSA MIB_TCPTABLE_OWNER_PID or MIB_TCP6TABLE_OWNER_PID that all connected TCP endpoints  on the machine is returned to the caller.,

    TCP_TABLE_OWNER_PID_ALL,
    TCP_TABLE_OWNER_PID_ALLA MIB_TCPTABLE_OWNER_PID or MIB_TCP6TABLE_OWNER_PID that all TCP endpoints  on the machine is returned to the caller.,

    TCP_TABLE_OWNER_MODULE_LISTENER,
    TCP_TABLE_OWNER_MODULE_LISTENERA MIB_TCPTABLE_OWNER_MODULE or MIB_TCP6TABLE_OWNER_MODULE that contains all listening (receiving only) TCP endpoints on the machine is returned to the caller.,

    TCP_TABLE_OWNER_MODULE_CONNECTIONS,
    TCP_TABLE_OWNER_MODULE_CONNECTIONSA MIB_TCPTABLE_OWNER_MODULE or MIB_TCP6TABLE_OWNER_MODULE that contains all connected TCP endpoints on the machine is returned to the caller.,

    TCP_TABLE_OWNER_MODULE_ALL,
    TCP_TABLE_OWNER_MODULE_ALLA MIB_TCPTABLE_OWNER_MODULE or MIB_TCP6TABLE_OWNER_MODULE that contains all  TCP endpoints on the machine is returned to the caller.

Documentation

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Find References
Show Printable Version
Revisions