DrvDisableDriver (Windows CE 5.0)

Send Feedback

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

VOID DrvDisableDriver(VOID);

Parameters

None.

Return Values

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

OS Versions: Windows CE 1.0 and later.
Header: Winddi.h.
Link 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, or Ddi_tvia5_lib.lib.

See Also

Display Drivers | DrvEnableDriver

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.