[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
);
This function must return a positive value to continue enumeration, or zero to stop enumeration. It may not return a negative value.
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.
Color Management Overview, ICM 2.0 Functions, EnumICMProfiles