FsRtlIsSystemPagingFile 函数 (ntifs.h)

FsRtlIsSystemPagingFile 例程确定给定文件当前是否为系统分页文件。

语法

LOGICAL FsRtlIsSystemPagingFile(
  [in] PFILE_OBJECT FileObject
);

参数

[in] FileObject

指向该文件的文件对象的指针。

返回值

如果 FileObject 表示的文件为系统分页文件,则 FsRtlIsSystemPagingFile 返回 TRUE,否则返回 FALSE。

要求

要求 价值
最低支持的客户端 Windows 8
目标平台 普遍
标头 ntifs.h (include Ntifs.h)
NtosKrnl.lib
DLL NtosKrnl.exe
IRQL <= DISPATCH_LEVEL

另请参阅

FsRtlIsPagingFile

FsRtlPostPagingFileStackOverflow

FsRtlSupportsPerStreamContexts