EnumICMProfilesProc  18ITTP5 

The EnumICMProfilesProc function is an application-defined callback function that processes color profile data from the EnumICMProfiles4YF74G 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

EnumICMProfiles