EnumICMProfilesProcCallback

The EnumICMProfilesProcCallback callback is an application-defined callback function that processes color profile data from EnumICMProfiles.

int CALLBACK EnumICMProfilesProcCallback(
  LPTSTR lpszFilename,  LPARAM lParam);

Parameters

  • lpszFilename
    Pointer to the file name of the color profile.
  • lParam
    Data supplied by the application that is passed to the callback function by the EnumICMProfiles function.

Return Values

This function must return a positive value to continue enumeration, or zero to stop enumeration. It may not return a negative value.

Requirements

**  Windows NT/2000/XP/Vista:** Included in Windows NT 4.0 and later.
**  Windows 95/98/Me:** Included in Windows 95 and later.
**  Header:** Declared in Wingdi.h.

See Also

Basic Color Management Concepts, Functions, EnumICMProfiles