// wdm.h
VOID ExRaiseStatus(
[in] NTSTATUS Status
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
Status [in]Specifies one of the system-defined STATUS_XXX values.
Highest-level drivers, particularly file systems, can call ExRaiseStatus.