TDI_REQUEST_KERNEL_QUERY_INFORMATION
struct _TDI_REQUEST_KERNEL_QUERY_INFORMATION {
INT QueryType;
PTDI_CONNECTION_INFORMATION RequestConnectionInformation;
} TDI_REQUEST_KERNEL_QUERY_INFORMATION, *PTDI_REQUEST_KERNEL_QUERY_INFORMATION;
TDI_REQUEST_KERNEL_QUERY_INFORMATION defines a kernel-mode client query information request using the TDI_QUERY_INFORMATION request message.
Members
QueryType
Specifies the information the client queries for a specific file object. The client can query both connection endpoint and address objects for information. For the query types, see TDI_QUERY_INFORMATION.
RequestConnectionInformation
Points to a TDI_CONNECTION_INFORMATION structure containing input connection information.
See Also