Share via


UDP_TABLE_CLASS (Compact 2013)

3/26/2014

This enumeration defines the set of values that are used to indicate the type of table returned by calls to GetExtendedUdpTable.

Syntax

typedef enum  {
  UDP_TABLE_BASIC,
  UDP_TABLE_OWNER_PID,
  UDP_TABLE_OWNER_MODULE
} UDP_TABLE_CLASS,  
 *PUDP_TABLE_CLASS;

Constants

  • UDP_TABLE_BASIC
    A MIB_UDPTABLE structure that contains all UDP endpoints on the local device is returned to the caller.

Remarks

The header file organization has changed and the UDP_TABLE_CLASS enumeration is defined in the Iprtrmib.h header file instead of in the Iphlpapi.h header file. Note that the Iprtrmib.h header file is automatically included in Iphlpapi.h header file. The Iprtrmib.h header files should never be used directly.

Requirements

Header

iprtrmib.h

See Also

Reference

IP Helper Enumerations
GetExtendedUdpTable