STREAM_PRIORITY 枚举 (strmini.h)
_STREAM_PRIORITY枚举流的可用优先级。
语法
typedef enum _STREAM_PRIORITY {
High,
Dispatch,
Low,
LowToHigh
} STREAM_PRIORITY, *PSTREAM_PRIORITY;
常量
High 最高优先级,IRQL 等于适配器的 ISR。 |
Dispatch 中等优先级,IRQL 等于调度级别。 |
Low 最低优先级,IRQL 等于被动或 APC 级别。 |
LowToHigh 从低优先级转到高优先级。 |
要求
要求 | 值 |
---|---|
Header | strmini.h |