共用方式為


FsRtlIsSystemPagingFile 函式 (ntifs.h)

FsRtlIsSystemPagingFile 例程會判斷指定的檔案目前是否為系統分頁檔案。

語法

LOGICAL FsRtlIsSystemPagingFile(
  [in] PFILE_OBJECT FileObject
);

參數

[in] FileObject

檔案物件的指標。

傳回值

FsRtlIsSystemPagingFile 如果 fileObject 所代表的檔案是系統分頁檔案,則傳回 TRUE,否則為 FALSE。

要求

要求 價值
最低支援的用戶端 Windows 8
目標平臺 普遍
標頭 ntifs.h (include Ntifs.h)
連結庫 NtosKrnl.lib
DLL NtosKrnl.exe
IRQL <= DISPATCH_LEVEL

另請參閱

FsRtlIsPagingFile

FsRtlPostPagingFileStackOverflow

FsRtlSupportsPerStreamContexts