TAG_APE_BINARY structure
APEv2 binary tag structure.
typedef struct { char *key; void *data; DWORD length; } TAG_APE_BINARY;
Members
key | The name of the tag. |
data | The tag data. |
length | The size of data in bytes. |
APEv2 binary tag structure.
typedef struct { char *key; void *data; DWORD length; } TAG_APE_BINARY;
key | The name of the tag. |
data | The tag data. |
length | The size of data in bytes. |