TdiSendDatagram(
IN PTDI_REQUEST pRequestInfo,
IN PTDI_CONNECTION_INFORMATION pSendDgramInfo,
IN ULONG SendLength,
OUT PULONG pSentSize,
IN tBUFFER *pSendBuffer,
IN ULONG SendFlags
);
Routine Description:
This routine sends a datagram to the transport
Arguments:
pSendBuffer - this is really an Mdl in NT land. It must be tacked on
the end of the Mdl created for the Nbt datagram header.
Return Value:
The function value is the status of the operation.