gflGetDefaultSaveParams
The gflGetDefaultSaveParams function sets the GFL_SAVE_PARAMS structure with default values. To use before call of gflSaveBitmap.
void gflGetDefaultSaveParams( GFL_SAVE_PARAMS * save_params );
Parameters
- save_params
- Pointer to a GFL_SAVE_PARAMS structure.
See also