ExRaiseStatus - NtDoc

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

VOID ExRaiseStatus(
  [in] NTSTATUS Status
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-exraisestatus)

ExRaiseStatus function

Description

The ExRaiseStatus routine is called by drivers that supply structured exception handlers to handle particular errors that occur while they are processing I/O requests.

Parameters

Status [in]

Specifies one of the system-defined STATUS_XXX values.

Remarks

Highest-level drivers, particularly file systems, can call ExRaiseStatus.

See also

ExRaiseAccessViolation

ExRaiseDatatypeMisalignment

IoAllocateErrorLogEntry

KeBugCheckEx