Click or drag to resize
Xcalibur Systems LLC Logo

Udp6RowOwnerModule Fields

The Udp6RowOwnerModule type exposes the following members.

Fields
 NameDescription
Public fieldCreateTimeStamp A SYSTEMTIME structure that indicates when the context bind operation that created this endpoint occurred.
Public fieldLocalAddress The IPv6 address for the local UDP endpoint. This member is stored in a character array in network byte order. A value of zero indicates a UDP listener willing to accept datagrams for any IP interface associated with the local computer.
Public fieldLocalPortRaw The port number of the UDP endpoint on the local computer. This member is stored in network byte order (raw).
Public fieldLocalScopeId The scope ID for the IPv6 address of the UDP endpoint on the local computer. This member is stored in network byte order.
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 endpoint. If this value is set to 0, the information for this endpoint is unavailable.
Public fieldSpecificPortBind A value that indicates if a specific port was specified in the last context bind operation.
Top
See Also