// ntifs.h
LOGICAL FsRtlIsSystemPagingFile(
[in] PFILE_OBJECT FileObject
);
View the official Windows Driver Kit DDI referenceNo description available.
The FsRtlIsSystemPagingFile routine determines whether a given file is currently a system paging file.
FileObject [in]Pointer to a file object for the file.
FsRtlIsSystemPagingFile returns TRUE if the file represented by FileObject is a system paging file, otherwise FALSE.
FsRtlPostPagingFileStackOverflow
FsRtlSupportsPerStreamContexts