ICCTAG_UINT64_ARRAY_TYPE

Summary

The ICCTAG_UINT64_ARRAY_TYPE structure is used to save a uInt64ArrayType tag.

Syntax

typedef struct __ICCTAG_UINT64_ARRAY_TYPE 
{ 
   ICCTAG_BASE tagBase; 
   L_IccUInt64Number *  pData; 
   L_UINT uDataElementsCount; 
} ICCTAG_UINT64_ARRAY_TYPE, * pICCTAG_UINT64_ARRAY_TYPE; 

Members

tagBase

A pointer to an ICCTAG_BASE structure that specifies the ICC signature.

pData

Pointer to a buffer that contains the tag's data.

uDataElementsCount

A value that indicates the number of data elements in the pData pointer.

Comments

The signature for this tag type is UInt64ArrayTypeSig (0x75693634).

This type represents an array of generic 8-byte/64-bit elements.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.