IO_PAGING_PRIORITY列挙 (wdm.h)

IO_PAGING_PRIORITY列挙では、ページング I/O IRP の優先度の値について説明します。

構文

typedef enum _IO_PAGING_PRIORITY {
  IoPagingPriorityInvalid,
  IoPagingPriorityNormal,
  IoPagingPriorityHigh,
  IoPagingPriorityReserved1,
  IoPagingPriorityReserved2
} IO_PAGING_PRIORITY;

定数

 
IoPagingPriorityInvalid
IRP はページング I/O IRP ではありません。
IoPagingPriorityNormal
関連付けられている IRP には、ページング I/O の通常の優先度レベルがあります。
IoPagingPriorityHigh
関連付けられている IRP には、ページング I/O の優先度が高いレベルがあります。
IoPagingPriorityReserved1
システムで使用するために予約されています。
IoPagingPriorityReserved2
システムで使用するために予約されています。

注釈

IoGetPagingIoPriority ルーチンは、ページング I/O IRP の優先度値を示すIO_PAGING_PRIORITY値を返します。

要件

要件
Header wdm.h (Wdm.h、Ntddk.h、Ntifs.h を含む)

こちらもご覧ください

IoGetPagingIoPriority