Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 1.88 KB

nf-icm-iscolorprofiletagpresent.md

File metadata and controls

74 lines (57 loc) · 1.88 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.IsColorProfileTagPresent
IsColorProfileTagPresent
Reports whether a specified International Color Consortium (ICC) tag is present in the specified color profile.
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
IsColorProfileTagPresent
IsColorProfileTagPresent
icm/IsColorProfileTagPresent
c++

-description

Reports whether a specified International Color Consortium (ICC) tag is present in the specified color profile.

-parameters

-param hProfile

Specifies a handle to the ICC profile in question.

-param tag

Specifies the ICC tag to check.

-param pbPresent

Pointer to a variable that is set to TRUE on return if the specified ICC tag is present, or FALSE if not.

-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

This function will fail if hProfile is not a valid ICC profile.

This function does not support Windows Color System (WCS) profiles CAMP, DMP, and GMMP; because profile elements are implicitly associated with and hard coded to ICC tag types and there exist many robust XML parsing libraries.

-see-also