// 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 reference
No description available.
ReadyForNextStreamDataRequest
Indicates that the minidriver is ready for the next stream data request.
ReadyForNextStreamControlRequest
Indicates that the minidriver is ready for the next stream control request.
HardwareStarved
Indicates that the hardware is starved for data.
StreamRequestComplete
Indicates that the specified stream SRB has completed.
SignalMultipleStreamEvents
SignalStreamEvent
DeleteStreamEvent
StreamNotificationMaximum