ShowOwnedPopups method

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

Implementation

int ShowOwnedPopups(
  ffi.Pointer<HWND__> hWnd,
  int fShow,
) {
  return _ShowOwnedPopups(
    hWnd,
    fShow,
  );
}