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
See also
gflGetNumberOfFormat,
gflGetFormatIndexByName,
gflGetFormatNameByIndex,
gflFormatIsSupported,
gflFormatIsWritableByIndex,
gflFormatIsWritableByName,
gflFormatIsReadableByIndex,
gflFormatIsReadableByName,
gflGetDefaultFormatSuffixByName,
gflGetDefaultFormatSuffixByName,
gflGetFormatDescriptionByIndex,
gflGetFormatDescriptionByName,
gflGetFormatInformationByName,
GFL_LOAD_PARAMS,
GFL_SAVE_PARAMS