STREAM_MINIDRIVER_STREAM_NOTIFICATION_TYPE enumeration (strmini.h)

Syntax

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;

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

Requirements

Requirement Value
Header strmini.h