ICCTAG_SIGNATURE_TYPE

typedef struct __ICCTAG_SIGNATURE_TYPE
{
    ICCTAG_BASE tagBase; 
    L_UINT32 uSignature;
} ICCTAG_SIGNATURE_TYPE, L_FAR * pICCTAG_SIGNATURE_TYPE;

The ICCTAG_SIGNATURE_TYPE structure is used to save SignatureType tag.

Member

Description

tagBase

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

uSignature

A value that represents a four-byte sequence signature, For a list of possible values, refer to ICCTECHNOLOGYSIGNATURE.

Comments

The signature for this tag type is SignatureTypeSig (0x73696720).