Skip to content

Latest commit

 

History

History
85 lines (67 loc) · 2.93 KB

nc-wingdi-icmenumproca.md

File metadata and controls

85 lines (67 loc) · 2.93 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NC:wingdi.ICMENUMPROCA
ICMENUMPROCA (wingdi.h)
The EnumICMProfilesProcCallback callback is an application-defined callback function that processes color profile data from EnumICMProfiles . (ANSI)
ICMENUMPROC
ICMENUMPROC callback
ICMENUMPROC callback function [Windows Color System]
ICMENUMPROCA
ICMENUMPROCW
_color_EnumICMProfilesProcCallback
wcs.enumicmprofilesproccallback
wingdi/ICMENUMPROC
wingdi/ICMENUMPROCA
wingdi/ICMENUMPROCW
wcs\enumicmprofilesproccallback.htm
WCS
6e8f4ce5-c546-4e6a-8f35-4a22d60b6754
12/05/2018
ICMENUMPROC, ICMENUMPROC callback, ICMENUMPROC callback function [Windows Color System], ICMENUMPROCA, ICMENUMPROCW, _color_EnumICMProfilesProcCallback, wcs.enumicmprofilesproccallback, wingdi/ICMENUMPROC, wingdi/ICMENUMPROCA, wingdi/ICMENUMPROCW
wingdi.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
ICMENUMPROCW (Unicode) and ICMENUMPROCA (ANSI)
Windows
19H1
ICMENUMPROCA
wingdi/ICMENUMPROCA
c++
APIRef
kbSyntax
UserDefined
Wingdi.h
ICMENUMPROC
ICMENUMPROCA
ICMENUMPROCW

ICMENUMPROCA callback function

-description

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

-parameters

-param unnamedParam1

-param unnamedParam2

- lParam

Data supplied by the application that is passed to the callback function by the EnumICMProfiles function.

- lpszFilename

Pointer to the file name of the color profile.

-returns

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

-remarks

Note

The wingdi.h header defines ICMENUMPROC as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

-see-also