gflGetDefaultLoadParams
The gflGetDefaultLoadParams function sets the GFL_LOAD_PARAMS structure with default values. To use before call of gflLoadBitmap.
void gflGetDefaultLoadParams( GFL_LOAD_PARAMS * load_params );
Parameters
- load_params
- Pointer to a GFL_LOAD_PARAMS structure.
See also