ChooseColorW callback function (commdlg.h)

Wide string version of ChooseColor

Warning

Apps should generally call ChooseColor instead of calling this method directly.

Syntax

ChooseColorW Choosecolorw;

BOOL Choosecolorw(
  LPCHOOSECOLORW unnamedParam1
)
{...}

Parameters

unnamedParam1

Requirements

Requirement Value
Header commdlg.h

See also

ChooseColor