gflLoadBitmapIntoDDB
The gflLoadBitmapIntoDDB function load a picture file into a Windows Device Dependant Bitmap.
GFL_ERROR gflLoadBitmapIntoDDB( const char * filename, HBITMAP * hBitmap, GFL_LOAD_PARAMS * params, GFL_FILE_INFORMATION * informations );
Parameters
- filename
- Pointer to a null-terminated string that contains the filename to load.
- hBitmap
- Address of a HBITMAP.
- params
-
Pointer to a GFL_LOAD_PARAMS structure.
This structure must be filled correctly. - informations
-
Pointer to a GFL_FILE_INFORMATION structure. Can be NULL if you don't want it.
You must use gflFreeInformation to free his content.
Return value
The function returns GFL_NO_ERROR if it is successful or a value of GFL_ERROR.
See also