DrvDeleteDeviceBitmap
This function deletes a device bitmap created by DrvCreateDeviceBitmap.
VOID DrvDeleteDeviceBitmap(
DHSURF dhsurf
);
Parameters
- dhsurf
[in] Handle to the bitmap to be deleted. This handle identifies the bitmap created by DrvCreateDeviceBitmap.
Return Values
None.
Remarks
The driver should free any resources associated with the device bitmap.
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_perm3_lib.lib, Ddi_rflat_lib.lib, Ddi_rgx_lib.lib, or Ddi_tvia5_lib.lib.
See Also
Display Drivers | DrvCreateDeviceBitmap
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.