GetCMMInfo

[This is preliminary documentation and subject to change.]

The GetCMMInfo function retrieves various information about the color management module (CMM) that created the specified color transform.

DWORD WINAPI GetCMMInfo(
  HTRANSFORM hColorTransform,
  DWORD dwInfo
);
 

Parameters

hColorTransform
Identifies the transform for which to find CMM information.
dwInfo
Specifies the information to be retrieved. This parameter can take one of the following constant values:
Constant Meaning
CMM_WIN_VERSION Retrieves the version of Windows targeted by the color management module (CMM).
CMM_DLL_VERSION Retrieves the version number of the CMM.
CMM_IDENT Retrieves the CMM signature registered with the International Color Consortium (ICC).

Return Values

If this function succeeds, the return value is the information specified in dwInfo.

If this function fails, the return value is zero.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in icm.h.
  Import Library: Use mscms.lib.

See Also

Color Management Overview, ICM 2.0 Functions