[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
);
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). |
If this function succeeds, the return value is the information specified in dwInfo.
If this function fails, the return value is zero.
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.
Color Management Overview, ICM 2.0 Functions