struttura TCP_REQUEST_QUERY_INFORMATION_EX_XP (tdiinfo.h)

[Questa struttura potrebbe essere modificata o non disponibile nelle versioni future di Windows.]

Contiene l'input per il codice di controllo IOCTL_TCP_QUERY_INFORMATION_EX .

Sintassi

typedef struct tcp_request_query_information_ex_xp {
  TDIObjectID ID;
  ULONG_PTR   Context[CONTEXT_SIZE / sizeof(ULONG_PTR)];
} TCP_REQUEST_QUERY_INFORMATION_EX_XP, *PTCP_REQUEST_QUERY_INFORMATION_EX_XP;

Members

ID

Struttura TDIObjectID che definisce il tipo di informazioni richieste dal driver TCP da IOCTL_TCP_QUERY_INFORMATION_EX.

Context[CONTEXT_SIZE / sizeof(ULONG_PTR)]

Indirizzo IPv4 o IPv6 da usare quando vengono richiesti dati IPInterfaceInfo per un determinato indirizzo IP.

Requisiti

Requisito Valore
Intestazione tdiinfo.h

Vedi anche

IOCTL_TCP_QUERY_INFORMATION_EX

IPInterfaceInfo

TDIObjectID