NAMED_PROFILE_INFO
The NAMED_PROFILE_INFO structure is used to store information about a named color profile.
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
** Windows NT/2000/XP/Vista:** Included in Windows 2000 and later.
** Windows 95/98/Me:** Included in Windows 98 and later.
** Header:** Declared in Icm.h.