Skip to content

Latest commit

 

History

History
73 lines (58 loc) · 2.03 KB

nf-icm-registercmmw.md

File metadata and controls

73 lines (58 loc) · 2.03 KB
UID title description tech.root ms.date targetos req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:icm.RegisterCMMW
RegisterCMMW
Associates a specified identification value with the specified color management module dynamic link library (CMM DLL). When this ID appears in a color profile, Windows can then locate the corresponding CMM so as to create a transform. (Unicode)
wcs
02/01/2021
Windows
function
Mscms.dll
icm.h
Mscms.lib
Windows 2000 Professional \[desktop apps only\]
Windows 2000 Server \[desktop apps only\]
apiref
mscms.dll
RegisterCMMW
RegisterCMM
RegisterCMMW
icm/RegisterCMMW
RegisterCMM
icm/RegisterCMM
c++

-description

Associates a specified identification value with the specified color management module dynamic link library (CMM DLL). When this ID appears in a color profile, Windows can then locate the corresponding CMM so as to create a transform.

-parameters

-param pMachineName

Reserved; must currently be set to NULL, until non-local registration is supported. This parameter is intended to point to the name of the machine on which a CMM DLL should be registered. A NULL pointer indicates the local machine.

-param cmmID

Specifies the ID signature of the CMM registered with the International Color Consortium (ICC).

-param pCMMdll

Pointer to the fully qualified path name of the CMM DLL.

-returns

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

-see-also