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.
A value that indicates the device manufacturer's signature. This is from the corresponding profile's header information.
A value that indicates the device model signature. This is from the corresponding profile's header information.
A value that indicates the attributes. This is from the corresponding profile's header information.
A value that indicates the device technology information such as CRT, Dye Sublimation, etc. This corresponds to profile's technology signature.
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 https://www.color.org/index.xalter
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 https://www.color.org/index.xalter