[This is preliminary documentation and subject to change.]
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;
 Set the high-order WORD to ENABLE_GAMUT_CHECKING if the transform will be used for gamut checking.
The low-order WORD can have one of the following constant values: PROOF_MODE, NORMAL_MODE, BEST_MODE. Moving from PROOF_MODE to BEST_MODE, output quality generally improves and transform speed declines.
  Windows NT: Requires version 5.0 or later.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in icm.h.