Simulation support:

None. This function is mandatory for all drivers.

Description:

GreDeviceDeleteBitmap destroys a bit map.

This function must be supported by the presentation driver.

#define INCL_GRE_BITMAPS
#include <os2.h>

HDC              hdc;        /*  Reserved. */
ULONG            hbm;        /*  Handle of the bit map to be destroyed. */
PDELETERETURN    pReturns;   /*  Pointer to returned bit-map parameters. */
ULONG            flOptions;
ULONG            pInstance;  /*  Reserved. */
ULONG            lFunction;
BOOL             rc;         /*  Return Codes. */

rc = GreDeviceDeleteBitmap(hdc, hbm, pReturns,
       flOptions, pInstance, lFunction);


[Back: GreDeviceDeleteBitmap]
[Next: GreDeviceDeleteBitmap Parameter - hdc]