CheckMenuRadioItem method

int CheckMenuRadioItem(
  1. Pointer<HMENU__> hmenu,
  2. int first,
  3. int last,
  4. int check,
  5. int flags,
)

Implementation

int CheckMenuRadioItem(
  ffi.Pointer<HMENU__> hmenu,
  int first,
  int last,
  int check,
  int flags,
) {
  return _CheckMenuRadioItem(
    hmenu,
    first,
    last,
    check,
    flags,
  );
}