IsHungAppWindow method

int IsHungAppWindow(
  1. Pointer<HWND__> hwnd
)

Implementation

int IsHungAppWindow(
  ffi.Pointer<HWND__> hwnd,
) {
  return _IsHungAppWindow(
    hwnd,
  );
}