Click or drag to resize
Xcalibur Systems LLC Logo

Tcp6RowOwnerPid Fields

The Tcp6RowOwnerPid type exposes the following members.

Fields
 NameDescription
Public fieldLocalAddress The IPv6 address for the local endpoint of the TCP connection on the local computer. A value of zero indicates the listener can accept a connection on any interface.
Public fieldLocalPortRaw The port number in network byte order for the local endpoint of the TCP connection on the local computer (Raw).
Public fieldLocalScopeId The scope ID in network byte order for the local IPv6 address.
Public fieldProcessId The PID of the local process that issued a context bind for this TCP connection.
Public fieldRemoteAddress The IPv6 address of the remote endpoint of the TCP connection on the remote computer. When the dwState member is , this value has no meaning.
Public fieldRemotePortRaw The port number in network byte order for the remote endpoint of the TCP connection on the remote computer (Raw).
Public fieldRemoteScopeId The scope ID in network byte order for the remote IPv6 address.
Public fieldState The state of the TCP connection. This member can be one of the values from the enumeration defined in the Tcpmib.h header file. Note that the Tcpmib.h header file is automatically included in Iprtrmib.h, which is automatically included in the Iphlpapi.h header file. The Tcpmib.h and Iprtrmib.h header files should never be used directly.
Top
See Also