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.
A value that indicates the number of description structures in the buffer pointed to by pProfDescription.
Pointer to an ICC_PROFILE_DESC structure that contains the profile description data.