ICCTAG_UNKNOWN_TYPE

Summary

The ICCTAG_UNKNOWN_TYPE structure is used to save an unknown (or private) tag.

Syntax

typedef struct __ICCTAG_UNKNOWN_TYPE 
{ 
   ICCTAG_BASE tagBase; 
   L_Icc7BitAscii * pData; 
   L_UINT uDataSize; 
} ICCTAG_UNKNOWN_TYPE, * pICCTAG_UNKNOWN_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.

uDataSize

A value that indicates the size of the pData pointer in bytes.

Comments

A private signature is used as the signature for this tag type.

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.