TDI_REQUEST_KERNEL_SENDDG

struct _TDI_REQUEST_KERNEL_SENDDG {

ULONG SendLength;

PTDI_CONNECTION_INFORMATION SendDatagramInformation;

} TDI_REQUEST_KERNEL_SENDDG, *PTDI_REQUEST_KERNEL_SENDDG;

TDI_REQUEST_KERNEL_SENDDG defines a kernel-mode client send datagram request using the TDI_SEND_DATAGRAM request message.

Members

SendLength

Specifies the length, in bytes, of the datagram to send.

SendDatagramInformation

Points to a TDI_CONNECTION_INFORMATION structure describing the remote node address to which the local node client sends the datagram.

See Also

TDI_CONNECTION_INFORMATION, TDI_SEND_DATAGRAM