The gflLoadBitmapIntoDIB function load a picture file into a Windows Device Independant Bitmap.
GFL_ERROR gflLoadBitmapIntoDIB( const char * filename, HANDLE * hDIB, GFL_LOAD_PARAMS * params, GFL_FILE_INFORMATION * informations );
Parameters
Return value
The function returns GFL_NO_ERROR if it is successful or a value of GFL_ERROR.
See also