SelectCMM

SelectCMM allows an application to select the preferred color management module (CMM) to use.

BOOL WINAPI SelectCMM(
  DWORD cmmID);

Parameters

  • cmmID
    Specifies the signature of the desired CMM as registered with the International Color Consortium (ICC). Windows 2000 only: Setting this parameter to NULL causes the WCS system to select the default CMM.

Return Values

If this function succeeds, the return value is TRUE.

If this function fails, the return value is FALSE. For extended error information, call GetLastError.

Remarks

For SelectCMM to succeed, the specified CMM must be registered with the system.

Requirements

**  Windows NT/2000/XP/Vista:** Included in Windows 2000 and later.
**  Windows 95/98/Me:** Included in Windows 98 and later.
**  Header:** Declared in Icm.h.
**  Library:** Use Mscms.lib.

See Also

Basic Color Management Concepts, Functions