ChooseColor function comdlg32
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);
Creates a Color dialog box that enables the user to select a color.
BOOL ChooseColorW(
_Inout_ LPCHOOSECOLOR lpcc
);
int ChooseColor(Pointer<CHOOSECOLOR> param0) => _ChooseColor(param0);