StreamClassCompleteRequestAndMarkQueueReady - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// strmini.h

VOID STREAMAPI StreamClassCompleteRequestAndMarkQueueReady(
  [in] PHW_STREAM_REQUEST_BLOCK Srb
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-strmini-streamclasscompleterequestandmarkqueueready)

StreamClassCompleteRequestAndMarkQueueReady function

Description

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.

Parameters

Srb [in]

Pointer to the HW_STREAM_REQUEST_BLOCK that the minidriver has completed processing.

Return value

None

Remarks

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.

See also

HW_STREAM_REQUEST_BLOCK

StreamClassDeviceNotification

StreamClassStreamNotification