WEP

  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.

Parameters

bSystemExit

Specifies whether the system is shutting down. If this parameter is TRUE, Windows is shutting down. Otherwise, Windows is unloading the drivers only.

Return Value

The return value is always 1.

Comments

This function must be exported by name.