GFL_FORMAT_INFORMATION
The GFL_FORMAT_INFORMATION structure contains informations about a format available in GFL.
typedef struct (
GFL_INT32 Index,
GFL_ORIGIN Name[8],
char Description[64],
GFL_UINT32 Status,
GFL_UINT32 NumberOfExtension,
char Extension[16][8]
} GFL_FORMAT_INFORMATION
Members
- Index
-
Index of the format.
- Name
-
Null-terminated string that contains the name of the format. For example, "jpeg" is for JPEG format.
- Description
-
Null-terminated string that contains the label of the format.
- Status
-
Format status. .
Statut |
GFL_READ | Reading support |
GFL_WRITE | Writing support |
- NumberOfExtension
-
Nombre of extension known by this format.
- Extension
-
Array of Null-terminated string that contains the extension.
See also
gflGetNumberOfFormat,
gflGetFormatIndexByName,
gflGetFormatNameByIndex,
gflFormatIsSupported,
gflFormatIsWritableByIndex,
gflFormatIsWritableByName,
gflFormatIsReadableByIndex,
gflFormatIsReadableByName,
gflGetDefaultFormatSuffixByIndex,
gflGetDefaultFormatSuffixByName,
gflGetFormatDescriptionByIndex,
gflGetFormatDescriptionByName,
gflGetFormatInformationByIndex,
gflGetFormatInformationByName,
GFL_LOAD_PARAMS,
GFL_SAVE_PARAMS