ICC_PROFILE_SEQ_DESC

typedef struct _ICCPROFILESEQDESC
{
    L_IccUInt32Number uCount;
    pICC_PROFILE_DESC pProfDescription;
} ICC_PROFILE_SEQ_DESC, * pICC_PROFILE_SEQ_DESC;

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

Member

Description

uCount

A value that indicates the number of description structures in the buffer pointed to by pProfDescription.

pProfDescription

Pointer to the ICC_PROFILE_DESC structure that contains the profile description data.