Share via


DrvDisableDriver (Compact 2013)

3/26/2014

This function notifies the display driver that the GDI no longer needs it and is ready to unload the driver.

Syntax

VOID DrvDisableDriver(VOID);

Parameters

None.

Return Value

None.

Remarks

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

DrvDisableDriver is required for graphics drivers.

Requirements

Header

winddi.h

Library

Ddi_ati_lib.lib,
Ddi_flat_lib.lib,
Ddi_gx_lib.lib,
Ddi_mq200_lib.lib,
Ddi_nop_lib.lib,
Ddi_rflat_lib.lib,
Ddi_rgx_lib.lib,
Ddi_tvia5_lib.lib

See Also

Reference

Display Driver Functions
DrvEnableDriver