GFL_IPTC_ENTRY
The GFL_IPTC_ENTRY structure contains one IPTC tag.
typedef struct (
GFL_UINT32 Id,
const char * Name,
const char * Value
} GFL_IPTC_ENTRY
Members
- Id
-
Tag ID.
- Name
-
Pointer to a null-terminated string that contains the label of the tag.
- Value
-
Pointer to a null-terminated string that contains the value of the tag.
See also