TCP_REQUEST_QUERY_INFORMATION_EX_W2K structure (tdiinfo.h)

[This structure may be altered or unavailable in future versions of Windows.]

Contains the input for the IOCTL_TCP_QUERY_INFORMATION_EX control code.

Syntax

typedef struct tcp_request_query_information_ex_w2k {
  TDIObjectID ID;
  uchar       Context[CONTEXT_SIZE];
} TCP_REQUEST_QUERY_INFORMATION_EX_W2K, *PTCP_REQUEST_QUERY_INFORMATION_EX_W2K;

Members

ID

The TDIObjectID structure that defines the type of information being requested from the TCP driver by IOCTL_TCP_QUERY_INFORMATION_EX.

Context[CONTEXT_SIZE]

The IPv4 or IPv6 address to be used when IPInterfaceInfo data is requested for a particular IP address.

Requirements

Requirement Value
Header tdiinfo.h

See also

IOCTL_TCP_QUERY_INFORMATION_EX

IPInterfaceInfo

TDIObjectID