FsRtlIsSystemPagingFile - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

LOGICAL FsRtlIsSystemPagingFile(
  [in] PFILE_OBJECT FileObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-fsrtlissystempagingfile)

FsRtlIsSystemPagingFile function

Description

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

Parameters

FileObject [in]

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.

See also

FsRtlIsPagingFile

FsRtlPostPagingFileStackOverflow

FsRtlSupportsPerStreamContexts