CheckDlgButton method
Implementation
int CheckDlgButton(
ffi.Pointer<HWND__> hDlg,
int nIDButton,
int uCheck,
) {
return (_CheckDlgButton ??=
_dylib.lookupFunction<_c_CheckDlgButton, _dart_CheckDlgButton>(
'CheckDlgButton'))(
hDlg,
nIDButton,
uCheck,
);
}