DrvDisableDriver (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE 1.0 and later |
See Also
Reference
Display Driver Functions
DrvEnableDriver