ICC_PROFILE_DESC

typedef struct _ICCPROFILEDESC
{
    L_IccUInt32Number DevManufacturerSig;
    L_IccUInt32Number DevModelSig;
    L_IccUInt8Number DevAttributes[8];
    L_IccUInt32Number DevTechInfo;
    ICCTAG_MULTI_LOCALIZED_UNICODE_TYPE DevManufacturerDesc;
    ICCTAG_MULTI_LOCALIZED_UNICODE_TYPE DevModelDesc;
} ICC_PROFILE_DESC,  * pICC_PROFILE_DESC;

The ICC_PROFILE_DESC structure is used to save profile description structures data.

Member

Description

DevManufacturerSig

A value that indicates the device manufacturer's signature. This is from the corresponding profile©s header information.

DevModelSig

A value that indicates the device model signature. This is from the corresponding profile©s header information.

DevAttributes

A value that indicates the attributes. This is from the corresponding profile©s header information.

DevTechInfo

A value that indicates the device technology information such as CRT, Dye Sublimation, etc. This corresponds to profile©s technology signature.

DevManufacturerDesc

An ICCTAG_MULTI_LOCALIZED_UNICODE_TYPE structure that contains a displayable description of the device manufacturer. (profile©s deviceMfgDescTag) For information on the profile's deviceMfgDescTag, refer to http://www.color.org/.

DevModelDesc

An ICCTAG_MULTI_LOCALIZED_UNICODE_TYPE structure that contains the displayable description of the device model (profile©s deviceModelDescTag). For information on the profile's deviceModelDescTag, refer to http://www.color.org/.