STREAM_PRIORITY enumeration (strmini.h)
_STREAM_PRIORITY enumerates available priority levels for the stream.
Syntax
typedef enum _STREAM_PRIORITY {
High,
Dispatch,
Low,
LowToHigh
} STREAM_PRIORITY, *PSTREAM_PRIORITY;
Constants
High Highest priority, IRQL equal to the adapter's ISR. |
Dispatch Medium priority, IRQL equal to dispatch level. |
Low Lowest priority, IRQL equal to passive or APC level. |
LowToHigh Go from low priority to high priority. |
Requirements
Requirement | Value |
---|---|
Header | strmini.h |