Completes a receive that was previously pended.
typedef
_IRQL_requires_max_(DISPATCH_LEVEL)
void
(QUIC_API * QUIC_STREAM_RECEIVE_COMPLETE_FN)(
_In_ _Pre_defensive_ HQUIC Stream,
_In_ uint64_t BufferLength
);
TODO
This is an asynchronous API but can run inline if called in a callback.
The application must ensure that one StreamReceiveComplete
call corresponds to one QUIC_STREAM_EVENT_RECEIVE
event.
Duplicate StreamReceiveComplete
calls after one QUIC_STREAM_EVENT_RECEIVE
event are ignored silently even with different BufferLength
.
StreamOpen
StreamClose
StreamStart
StreamShutdown
StreamSend
StreamReceiveSetEnabled