FsRtlIsSystemPagingFile 函式 (ntifs.h)
FsRtlIsSystemPagingFile 例程會判斷指定的檔案目前是否為系統分頁檔案。
語法
LOGICAL FsRtlIsSystemPagingFile(
[in] PFILE_OBJECT FileObject
);
參數
[in] FileObject
檔案物件的指標。
傳回值
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | Windows 8 |
目標平臺 | 普遍 |
標頭 | ntifs.h (include Ntifs.h) |
連結庫 | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | <= DISPATCH_LEVEL |