gflConvertBitmapIntoDDB

GFL SDK

gflConvertBitmapIntoDDB

The gflConvertBitmapIntoDDB function converts a GFL_BITMAP in a Windows Device Dependant Bitmap.

GFL_ERROR gflConvertBitmapIntoDIB(
  const GFL_BITMAP * bitmap,  

HBITMAP * hBitmap );

Parameters

    bitmap
    Pointer to a GFL_BITMAP structure.
    hBitmap
    Address of a HBITMAP.

Return value

    The function returns GFL_NO_ERROR if it is successful or a value of GFL_ERROR.

See also