Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 1.75 KB

nf-icm-getnamedprofileinfo.md

File metadata and controls

71 lines (56 loc) · 1.75 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.GetNamedProfileInfo
GetNamedProfileInfo
Retrieves information about the International Color Consortium (ICC) named color profile that is specified in the first parameter.
wcs
02/01/2021
Windows
function
Mscms.dll
icm.h
Gdi32.lib
Windows 2000 Professional \[desktop apps only\]
Windows 2000 Server \[desktop apps only\]
apiref
mscms.dll
GetNamedProfileInfo
GetNamedProfileInfo
icm/GetNamedProfileInfo
c++

-description

Retrieves information about the International Color Consortium (ICC) named color profile that is specified in the first parameter.

-parameters

-param hProfile

The handle to the ICC profile from which the information will be retrieved.

-param pNamedProfileInfo

A pointer to a NAMED_PROFILE_INFO structure.

-returns

If this function succeeds, the return value is TRUE.

If this function fails, the return value is FALSE.

-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 named profiles are explicit ICC profile types.

-see-also