TCP_REQUEST_QUERY_INFORMATION_EX_XP 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_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
The TDIObjectID structure that defines the type of information being requested from the TCP driver by IOCTL_TCP_QUERY_INFORMATION_EX.
Context[CONTEXT_SIZE / sizeof(ULONG_PTR)]
The IPv4 or IPv6 address to be used when IPInterfaceInfo data is requested for a particular IP address.
Requirements
Requirement | Value |
---|---|
Header | tdiinfo.h |