FsRtlIsSystemPagingFile function (ntifs.h)

The FsRtlIsSystemPagingFile routine determines whether a given file is currently a system paging file.

Syntax

LOGICAL FsRtlIsSystemPagingFile(
  [in] PFILE_OBJECT FileObject
);

Parameters

[in] FileObject

Pointer to a file object for the file.

Return value

FsRtlIsSystemPagingFile returns TRUE if the file represented by FileObject is a system paging file, otherwise FALSE.

Requirements

Requirement Value
Minimum supported client Windows 8
Target Platform Universal
Header ntifs.h (include Ntifs.h)
Library NtosKrnl.lib
DLL NtosKrnl.exe
IRQL <= DISPATCH_LEVEL

See also

FsRtlIsPagingFile

FsRtlPostPagingFileStackOverflow

FsRtlSupportsPerStreamContexts