Scroll to navigation

ChooseColorW(3w) Wine API 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

Declared in "commdlg.h".
Implemented in "dlls/comdlg32/colordlg.c".
Debug channel "commdlg".
Oct 2012 Wine API