IsDlgButtonChecked method
Implementation
int IsDlgButtonChecked(
ffi.Pointer<HWND__> hDlg,
int nIDButton,
) {
return (_IsDlgButtonChecked ??=
_dylib.lookupFunction<_c_IsDlgButtonChecked, _dart_IsDlgButtonChecked>(
'IsDlgButtonChecked'))(
hDlg,
nIDButton,
);
}