STREAM_PRIORITY列舉 (strmini.h)
_STREAM_PRIORITY列舉數據流的可用優先順序層級。
Syntax
typedef enum _STREAM_PRIORITY {
High,
Dispatch,
Low,
LowToHigh
} STREAM_PRIORITY, *PSTREAM_PRIORITY;
常數
High 最高優先順序,IRQL 等於適配卡的ISR。 |
Dispatch 中優先順序,IRQL 等於分派層級。 |
Low 最低優先順序、IRQL 等於被動或 APC 層級。 |
LowToHigh 從低優先順序移至高優先順序。 |
規格需求
需求 | 值 |
---|---|
標頭 | strmini.h |