// strmini.h
VOID STREAMAPI StreamClassCompleteRequestAndMarkQueueReady(
[in] PHW_STREAM_REQUEST_BLOCK Srb
);
View the official Windows Driver Kit DDI reference
No description available.
The StreamClassCompleteRequestAndMarkQueueReady routine completes a request, and signals the class driver that the minidriver is ready to receive a new request of the same type.
Srb
[in]Pointer to the HW_STREAM_REQUEST_BLOCK that the minidriver has completed processing.
None
This call is equivalent to calling StreamClassXxxNotification twice, once to signal that the request is completed, and once to signal that the minidriver is ready for the next request of that type.