struct _TDI_REQUEST_KERNEL_SEND {
ULONG SendLength;
ULONG SendFlags;
} TDI_REQUEST_KERNEL_SEND, *PTDI_REQUEST_KERNEL_SEND;
TDI_REQUEST_KERNEL_SEND defines a kernel-mode client send request using the TDI_SEND request message.
Members
SendLength
Specifies the length, in bytes, of the data to send.
SendFlags
Specifies a bitmap of bit flags indicating additional information about a send operation. See TDI_SEND.
See Also