ShowOwnedPopups method

int ShowOwnedPopups(
  1. Pointer<HWND__> hWnd,
  2. int fShow
)

Implementation

int ShowOwnedPopups(
  ffi.Pointer<HWND__> hWnd,
  int fShow,
) {
  return (_ShowOwnedPopups ??=
      _dylib.lookupFunction<_c_ShowOwnedPopups, _dart_ShowOwnedPopups>(
          'ShowOwnedPopups'))(
    hWnd,
    fShow,
  );
}