STREAM_MINIDRIVER_STREAM_NOTIFICATION_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-strmini-_stream_minidriver_stream_notification_type)

_STREAM_MINIDRIVER_STREAM_NOTIFICATION_TYPE enumeration

Description

Constants

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