DrvDeleteDeviceBitmap (Windows Embedded CE 6.0)
1/6/2010
This function deletes a device bitmap created by DrvCreateDeviceBitmap.
Syntax
VOID DrvDeleteDeviceBitmap(
DHSURF dhsurf
);
Parameters
- dhsurf
[in] Handle to the bitmap to be deleted. This handle identifies the bitmap created by DrvCreateDeviceBitmap.
Return Value
None.
Remarks
The driver should free any resources associated with the device bitmap.
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
DrvCreateDeviceBitmap