NAMED_PROFILE_INFO structure (icm.h)
The NAMED_PROFILE_INFO structure is used to store information about a named color profile.
Syntax
typedef struct tagNAMED_PROFILE_INFO {
DWORD dwFlags;
DWORD dwCount;
DWORD dwCountDevCoordinates;
COLOR_NAME szPrefix;
COLOR_NAME szSuffix;
} NAMED_PROFILE_INFO;
Members
dwFlags
Not currently used by the default CMM.
dwCount
Total number of named colors in the profile.
dwCountDevCoordinates
Total number of device coordinates for each named color.
szPrefix
Pointer to a string containing the prefix for each color name.
szSuffix
Pointer to a string containing the suffix for each color name.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | icm.h |