// strmini.h
typedef enum _STREAM_MINIDRIVER_STREAM_NOTIFICATION_TYPE {
ReadyForNextStreamDataRequest,
ReadyForNextStreamControlRequest,
HardwareStarved,
StreamRequestComplete,
SignalMultipleStreamEvents,
SignalStreamEvent,
DeleteStreamEvent,
StreamNotificationMaximum
} STREAM_MINIDRIVER_STREAM_NOTIFICATION_TYPE, *PSTREAM_MINIDRIVER_STREAM_NOTIFICATION_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
ReadyForNextStreamDataRequestIndicates that the minidriver is ready for the next stream data request.
ReadyForNextStreamControlRequestIndicates that the minidriver is ready for the next stream control request.
HardwareStarvedIndicates that the hardware is starved for data.
StreamRequestCompleteIndicates that the specified stream SRB has completed.
SignalMultipleStreamEventsSignalStreamEventDeleteStreamEventStreamNotificationMaximum