Click or drag to resize
Xcalibur Systems LLC Logo

UdpRowOwnerModule Structure

Contains an entry from the IPv4 User Datagram Protocol (UDP) listener table on the local computer. This entry also also includes any available ownership data and the process ID (PID) that issued the call to the bind function for the UDP endpoint.

MIB_UDPROW_OWNER_MODULE structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.NetworkingUdpRowOwnerModule

Namespace: Xcalibur.NativeMethods.V2.Networking
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct UdpRowOwnerModule

The UdpRowOwnerModule type exposes the following members.

Properties
 NameDescription
Public propertyLocalPort The port number of the UDP endpoint on the local computer. This member is stored in network byte order.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldCreateTimeStamp A SYSTEMTIME structure that indicates when the context bind operation that created this endpoint occurred.
Public fieldLocalAddress The IPv4 address of the UDP endpoint on the local computer. A value of zero indicates a UDP listener willing to accept datagrams for any IP interface associated with the local computer.
Public fieldLocalPort1 The port number of the UDP endpoint on the local computer. This member is stored in network byte order.
Public fieldLocalPort2 The port number of the UDP endpoint on the local computer. This member is stored in network byte order.
Public fieldLocalPort3 The port number of the UDP endpoint on the local computer. This member is stored in network byte order.
Public fieldLocalPort4 The port number 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 the call to the bind function for the UDP endpoint. This member is set to 0 when the PID is unavailable.
Top
See Also