enumerazione UDP_TABLE_CLASS (iprtrmib.h)
L'enumerazione UDP_TABLE_CLASS definisce il set di valori utilizzati per indicare il tipo di tabella restituito dalle chiamate a GetExtendedUdpTable.
Sintassi
typedef enum _UDP_TABLE_CLASS {
UDP_TABLE_BASIC,
UDP_TABLE_OWNER_PID,
UDP_TABLE_OWNER_MODULE
} UDP_TABLE_CLASS, *PUDP_TABLE_CLASS;
Costanti
UDP_TABLE_BASIC Una struttura MIB_UDPTABLE che contiene tutti gli endpoint UDP nel computer locale viene restituita al chiamante. |
UDP_TABLE_OWNER_PID Al chiamante viene restituita una struttura MIB_UDPTABLE_OWNER_PID o MIB_UDP6TABLE_OWNER_PID che contiene tutti gli endpoint UDP nel computer locale. |
UDP_TABLE_OWNER_MODULE Al chiamante viene restituita una struttura MIB_UDPTABLE_OWNER_MODULE o MIB_UDP6TABLE_OWNER_MODULE che contiene tutti gli endpoint UDP nel computer locale. |
Commenti
In Microsoft Windows Software Development Kit (SDK) rilasciato per Windows Vista e versioni successive, l'organizzazione dei file di intestazione è stata modificata e l'enumerazione UDP_TABLE_CLASS è definita nel file di intestazione Iprtrmib.h , non nel file di intestazione Iphlpapi.h . Si noti che il file di intestazione Iprtrmib.h viene automaticamente incluso nel file di intestazione Iphlpapi.h . I file di intestazione Iprtrmib.h non devono mai essere usati direttamente.
Requisiti
Client minimo supportato | Windows Vista, Windows XP con SP2 [solo app desktop] |
Server minimo supportato | Windows Server 2008, Windows Server 2003 con SP1 [solo app desktop] |
Intestazione | iprtrmib.h (include Iphlpapi.h) |