Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 1.62 KB

nf-ntifs-fsrtlissystempagingfile.md

File metadata and controls

64 lines (52 loc) · 1.62 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:ntifs.FsRtlIsSystemPagingFile
FsRtlIsSystemPagingFile function (ntifs.h)
Learn more about the FsRtlIsSystemPagingFile routine.
ifsk
07/06/2023
FsRtlIsSystemPagingFile function
FsRtlIsPagingFile, FsRtlIsSystemPagingFile, ifsk.fsrtlissystempagingfile, ntifs/FsRtlIsPagingFile
ntifs.h
Ntifs.h
Universal
Windows 8
NtosKrnl.lib
NtosKrnl.exe
<= DISPATCH_LEVEL
Windows
FsRtlIsSystemPagingFile
ntifs/FsRtlIsSystemPagingFile
APIRef
kbSyntax
DllExport
NtosKrnl.exe
FsRtlIsSystemPagingFile

FsRtlIsSystemPagingFile function

-description

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

-parameters

-param FileObject [in]

Pointer to a file object for the file.

-returns

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

-see-also

FsRtlIsPagingFile

FsRtlPostPagingFileStackOverflow

FsRtlSupportsPerStreamContexts