SendSessionCompletionRoutine(
IN PDEVICE_OBJECT DeviceObject,
IN PIRP pIrp,
IN PVOID pContext
);
Routine Description:
This routine handles the completion of a send to the transport.
It must call any client supplied completion routine and free the Irp
and Mdl back to its pool.
Arguments:
Return Value:
NTSTATUS - success or not