Color Management Module (CMM) Information Record Structure
Your application supplies an array containing two CMM information record structures of typeCMMInfoRecord
as a field of theCMCWInfoRecord
structure. These structures allow theCMGetCWInfo
function to return information about the one or two CMMs used in a given color world. Your application must allocate memory for the array. When your application calls theCMGetCWInfo
function, it passes a pointer to theCMCWInfoRecord
structure containing the array.
struct CMMInfoRecord { OSType CMMType; /* CMM signature */ long CMMVersion;/* CMM version */ };
Field Description
CMMType
- The signature of the CMM as specified in the profile header's
CMMType
field. TheCMGetCWInfo
function returns this value.CMMVersion
- The version of the CMM. The
CMGetCWInfo
function returns this value.