Click or drag to resize
Xcalibur Systems LLC Logo

TcpRowOwnerModule Fields

The TcpRowOwnerModule type exposes the following members.

Fields
 NameDescription
Public fieldCreateTimeStamp A SYSTEMTIME structure that indicates when the context bind operation that created this TCP link occurred.
Public fieldLocalAddress The local IPv4 address for the TCP connection on the local computer. A value of zero indicates the listener can accept a connection on any interface.
Public fieldLocalPort1 The local port number in network byte order for the TCP connection on the local computer.
Public fieldLocalPort2 The local port number in network byte order for the TCP connection on the local computer.
Public fieldLocalPort3 The local port number in network byte order for the TCP connection on the local computer.
Public fieldLocalPort4 The local port number in network byte order for the TCP connection on the local computer.
Public fieldOwningModuleInfo An array of opaque data that contains ownership information.
Public fieldProcessId The PID of the process that issued a context bind for this TCP connection.
Public fieldRemoteAddress The IPv4 address for the TCP connection on the remote computer. When the dwState member is , this value has no meaning.
Public fieldRemotePort1 The remote port number in network byte order for the TCP connection on the remote computer. When the dwState member is , this member has no meaning.
Public fieldRemotePort2 The remote port number in network byte order for the TCP connection on the remote computer. When the dwState member is , this member has no meaning.
Public fieldRemotePort3 The remote port number in network byte order for the TCP connection on the remote computer. When the dwState member is , this member has no meaning.
Public fieldRemotePort4 The remote port number in network byte order for the TCP connection on the remote computer. When the dwState member is , this member has no meaning.
Public fieldState The state of the TCP connection. This member can be one of the values defined in the Iprtrmib.h header file.
Top
See Also