TDI_REQUEST_KERNEL_SET_INFORMATION
struct _TDI_REQUEST_KERNEL_SET_INFORMATION {
INT SetType;
PTDI_CONNECTION_INFORMATION RequestConnectionInformation;
} TDI_REQUEST_KERNEL_SET_INFORMATION, *PTDI_REQUEST_KERNEL_SET_INFORMATION;
TDI_REQUEST_KERNEL_SET_INFORMATION defines a kernel-mode client set information request using the TDI_SET_INFORMATION request message.
Members
SetType
Specifies the information the driver sets for a specific file object. The driver can set information for both connection and address objects. For the set types, see TDI_SET_INFORMATION.
RequestConnectionInformation
Points to a TDI_CONNECTION_INFORMATION structure containing input connection information.
See Also