GFL_FORMAT_INFORMATION

GFL SDK

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_READReading support
    GFL_WRITEWriting support
    NumberOfExtension
    Nombre of extension known by this format.
    Extension
    Array of Null-terminated string that contains the extension.

See also