CheckDlgButton function user32
Changes the check state of a button control.
BOOL CheckDlgButton(
HWND hDlg,
int nIDButton,
UINT uCheck
);
Implementation
int CheckDlgButton(int hDlg, int nIDButton, int uCheck) =>
_CheckDlgButton(hDlg, nIDButton, uCheck);