FsRtlNormalizeNtstatus - NtDoc

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

NTSTATUS FsRtlNormalizeNtstatus(
  [in] NTSTATUS Exception,
  [in] NTSTATUS GenericException
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

FsRtlNormalizeNtstatus function

Description

The FsRtlNormalizeNtstatus routine translates an arbitrary exception into a status value that is handled by the exception filter.

Parameters

Exception [in]

Status value of the exception.

GenericException [in]

Generic status value to return if Exception is not within the set of exceptions handled by the filter.

Return value

FsRtlNormalizeNtstatus returns Exception if the status value is handled by the exception filter, GenericException otherwise.

See also

FsRtlIsNtstatusExpected