CheckRadioButton method
Implementation
int CheckRadioButton(
ffi.Pointer<HWND__> hDlg,
int nIDFirstButton,
int nIDLastButton,
int nIDCheckButton,
) {
return (_CheckRadioButton ??=
_dylib.lookupFunction<_c_CheckRadioButton, _dart_CheckRadioButton>(
'CheckRadioButton'))(
hDlg,
nIDFirstButton,
nIDLastButton,
nIDCheckButton,
);
}