The ICC_CURVE structure is used to save CurveType data.
typedef struct _ICCCURVE{L_IccUInt32Number uCurveCount;L_IccUInt16Number * pCurveData;} ICC_CURVE, * pICC_CURVE;
Number of entries in the buffer pointed to by pCurveData
Pointer to a buffer that contains the actual curve data.