typedef struct _MEMICCPROFILE
{
L_UINT uStructSize ;
L_UCHAR* pData;
L_SIZE_T uDataSize ;
} MEMICCPROFILE, * pMEMICCPROFILE;
The MEMICCPROFILE structure provides information about an embedded ICC profile.
Size of this structure. Set this to sizeof(MEMICCPROFILE).
Pointer to the actual ICC data.
Size of the ICC data pointed to by pData.
The structure is used by: