FsRtlIsNtstatusExpected function (ntifs.h)
The FsRtlIsNtstatusExpected routine determines whether the specified exception is handled by the exception filter.
Syntax
BOOLEAN FsRtlIsNtstatusExpected(
[in] NTSTATUS Exception
);
Parameters
[in] Exception
Status value of the exception.
Return value
FsRtlIsNtstatusExpected returns TRUE if the status value indicates a nonfatal system error status, FALSE otherwise.
Remarks
File systems use FsRtlIsNtstatusExpected to determine whether to attempt to handle an exception.
Requirements
Requirement | Value |
---|---|
Target Platform | Universal |
Header | ntifs.h (include Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | Any level |