BringWindowToTop method

int BringWindowToTop(
  1. Pointer<HWND__> hWnd
)

Implementation

int BringWindowToTop(
  ffi.Pointer<HWND__> hWnd,
) {
  return _BringWindowToTop(
    hWnd,
  );
}