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.
Highest-level drivers, particularly file systems, can call ExRaiseStatus.
Callers of ExRaiseStatus must be running at IRQL PASSIVE_LEVEL.