Skip to content

Latest commit

 

History

History
68 lines (55 loc) · 2.03 KB

ns-icm-profile.md

File metadata and controls

68 lines (55 loc) · 2.03 KB
UID title description tech.root ms.date targetos req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:icm.tagPROFILE
PROFILE
Contains information that defines a color profile.
wcs
02/01/2021
Windows
structure
icm.h
Windows 2000 Professional \[desktop apps only\]
Windows 2000 Server \[desktop apps only\]
PROFILE
apiref
HeaderDef
icm.h
tagPROFILE
PROFILE
tagPROFILE
icm/tagPROFILE
PROFILE
icm/PROFILE
c++

-description

Contains information that defines a color profile. See Using device profiles with WCS for more information.

-struct-fields

-field dwType

Must be set to one of the following values.

Value Meaning
PROFILE_FILENAME Indicates that the pProfileData member contains a null-terminated string that holds the name of a device profile file.
PROFILE_MEMBUFFER Indicates that the pProfileData member contains a pointer to a device profile in a memory buffer.

-field pProfileData

The contents of this member is indicated by the dwTYPE member. It will either be a pointer to a null-terminated string containing the file name of the device profile, or it will be a pointer to a buffer in memory containing the device profile data.

-field cbDataSize

The size in bytes of the data buffer pointed to by the pProfileData member.

-remarks

-see-also