ChooseColor function comdlg32

int ChooseColor(
  1. Pointer<CHOOSECOLOR> param0
)

Creates a Color dialog box that enables the user to select a color.

BOOL ChooseColorW(
  _Inout_ LPCHOOSECOLOR lpcc
);

Implementation

int ChooseColor(Pointer<CHOOSECOLOR> param0) => _ChooseColor(param0);