IsHungAppWindow method

int IsHungAppWindow(
  1. Pointer<HWND__> hwnd
)

Implementation

int IsHungAppWindow(
  ffi.Pointer<HWND__> hwnd,
) {
  return (_IsHungAppWindow ??=
      _dylib.lookupFunction<_c_IsHungAppWindow, _dart_IsHungAppWindow>(
          'IsHungAppWindow'))(
    hwnd,
  );
}