gflGetFormatInformationByName
The gflGetFormatInformationByName function retrieves all informations of a format's name.
GFL_ERROR gflGetFormatInformationByName( const char * name,
GFL_FORMAT_INFORMATION * informations );
Parameters
- name
- Pointer to a null-terminated string that contains the name of the format.
- informations
- Pointer to a GFL_FORMAT_INFORMATION structure.
Return value
The function returns GFL_NO_ERROR if it is successful or a value of GFL_ERROR.
See also
-
gflGetNumberOfFormat,
gflGetFormatIndexByName,
gflGetFormatNameByIndex,
gflFormatIsSupported,
gflFormatIsWritableByIndex,
gflFormatIsWritableByName,
gflFormatIsReadableByIndex,
gflFormatIsReadableByName,
gflGetDefaultFormatSuffixByName,
gflGetDefaultFormatSuffixByName,
gflGetFormatDescriptionByIndex,
gflGetFormatDescriptionByName,
gflGetFormatInformationByName,
GFL_LOAD_PARAMS,
GFL_SAVE_PARAMS