Skip to content

Latest commit

 

History

History
81 lines (61 loc) · 1.99 KB

nf-icm-wcssetdefaultrenderingintent.md

File metadata and controls

81 lines (61 loc) · 1.99 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.WcsSetDefaultRenderingIntent
WcsSetDefaultRenderingIntent
Sets the default rendering intent in the specified profile management scope.
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
WcsSetDefaultRenderingIntent
WcsSetDefaultRenderingIntent
icm/WcsSetDefaultRenderingIntent
c++

-description

Sets the default rendering intent in the specified profile management scope.

-parameters

-param scope

The profile management scope for this operation, which can be system-wide or the current user only.

-param dwRenderingIntent

The rendering intent. It can be set to one of the following values:

INTENT_PERCEPTUAL

INTENT_RELATIVE_COLORIMETRIC

INTENT_SATURATION

INTENT_ABSOLUTE_COLORIMETRIC

DWORD_MAX

If dwRenderingIntent is DWORD_MAX and scope is WCS_PROFILE_MANAGEMENT_SCOPE_CURRENT_USER, the default rendering intent for the current user reverts to the system-wide default.

For more information, see Rendering intents.

-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