The EnumICMProfilesProc function is an application-defined callback function that processes color profile data from the EnumICMProfiles function.
int CALLBACK EnumICMProfilesProc(
LPTSTR lpszFilename, | |
LPARAM lParam | |
); |
Parameters
lpszFilename
Pointer to a null-terminated string specifying the name of the color profile file.
lParam
Application-supplied data passed by the EnumICMProfiles function.
Return Values
Returns a positive value to continue enumeration, or 0 to stop enumeration. The function must not return a negative value.
See Also