MEMICCPROFILE
typedef struct _MEMICCPROFILE
{
L_UINT uStructSize ;
L_UCHAR * pData;
L_SIZE_T uDataSize ;
} MEMICCPROFILE, * pMEMCCPROFILE;
The MEMICCPROFILE structure provides information about an embedded ICC profile.
Member |
Description |
uStructSize |
Size of this structure. Set this to sizeof(MEMICCPROFILE). |
pData |
Pointer to the actual ICC data. |
uDataSize |
Size of the ICC data pointed to by pData. |
Comments
This structure is replaced by the ICCPROFILEEXT structure, and is no longer used by our functions. The pData and uDataSize can be copied to the pData and uDataSize inside the ICCPROFILEEXT structure, and then the ICCPROFILEEXT is used.