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.
- UDP_TABLE_OWNER_PID
A MIB_UDPTABLE_OWNER_PID or MIB_UDP6TABLE_OWNER_PID structure that contains all UDP endpoints on the local device is returned to the caller.
- UDP_TABLE_OWNER_MODULE
A MIB_UDPTABLE_OWNER_MODULE or MIB_UDP6TABLE_OWNER_MODULE 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 |