The ICCTAG_UINT8_ARRAY_TYPE structure is used to save a uInt8ArrayType tag.
typedef struct _ICCTAG_UINT8_ARRAY_TYPE
{
ICCTAG_BASE tagBase;
L_IccUInt8Number * pData;
L_UINT uDataElementsCount;
} ICCTAG_UINT8_ARRAY_TYPE, * pICCTAG_UINT8_ARRAY_TYPE;
Pointer to the ICCTAG_BASE structure that specifies the ICC signature.
Pointer to a buffer that contains the tag's data.
A value that indicates the number of data elements in the pData pointer.
The signature for this tag type is UInt8ArrayTypeSig (0x75693038).
This type represents an array of generic 1-byte/8-bit elements.