DrvDisableDriver

VOID DrvDisableDriver(VOID)

DrvDisableDriver is used by GDI to notify a driver that it no longer requires the driver and is ready to unload it.

Comments

The driver should free all allocated resources and return the device to the state it was in before the driver loaded.

DrvDisableDriver is required for graphics drivers.

See Also

DrvEnableDriver