MIB_UDPROW

The MIB_UDPROW structure contains address information for sending and receiving User Datagram Protocol (UDP) datagrams.

typedef struct _MIB_UDPROW {
  DWORD   dwLocalAddr;    // IP address on local computer
  DWORD   dwLocalPort;    // port number on local computer
} MIB_UDPROW, *PMIB_UDPROW;

Members

dwLocalAddr
Specifies the IP address on the local computer.
dwLocalPort
Specifies the port number on the local computer.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
  Windows 95/98: Requires Windows 98.
  Header: Declared in Iprtrmib.h.

See Also

MIB_UDPSTATS, MIB_UDPTABLE