WORD WEP(bSystemExit) | |||
BOOL bSystemExit; |
The WEP function carries out any termination actions the driver requires. Windows calls the function to indicate that all parts of Windows is shutting down or that the graphics driver is being unloaded from the system.
bSystemExit
Specifies whether the system is shutting down. If this parameter is TRUE, Windows is shutting down. Otherwise, Windows is unloading the drivers only.
The return value is always 1.
This function must be exported by name.