EnumICMProfilesProcCallback

[This is preliminary documentation and subject to change.]

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.

QuickInfo

  Windows NT: Requires version 4.0 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in icm.h.
  Import Library: User-defined.

See Also

Color Management Overview, ICM 2.0 Functions, EnumICMProfiles