ChooseColorW(3w)
NAME
ChooseColorW (COMDLG32.@)
SYNOPSIS
BOOL ChooseColorW
(
LPCHOOSECOLORW lpChCol
)
DESCRIPTION
Create a color dialog box.
PARAMS
lpChCol [In/Out] in: information to initialize the dialog box. out:
User's color selection.
RETURNS
TRUE: Ok button clicked.
FALSE: Cancel button clicked, or error.
IMPLEMENTATION
Defined in "commdlg.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comdlg32/colordlg.c".
- Debug channel "commdlg".