ExRaiseStatus

VOID
    ExRaiseStatus(

        IN NTSTATUS  Status
        );

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

Parameters

Status
Is one of the system-defined STATUS_XXX values.

Comments

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

Callers of ExRaiseStatus must be running at IRQL PASSIVE_LEVEL.

See Also

IoAllocateErrorLogEntry, KeBugCheckEx