FsRtlIsNtstatusExpected - NtDoc

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

BOOLEAN FsRtlIsNtstatusExpected(
  [in] NTSTATUS Exception
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-_fsrtl_advanced_fcb_header-fsrtlisntstatusexpected)

FsRtlIsNtstatusExpected function

Description

The FsRtlIsNtstatusExpected routine determines whether the specified exception is handled by the exception filter.

Parameters

Exception [in]

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.

See also

FsRtlNormalizeNtstatus