GetWindowPlacement method

int GetWindowPlacement(
  1. Pointer<HWND__> hWnd,
  2. Pointer<WINDOWPLACEMENT> lpwndpl
)

Implementation

int GetWindowPlacement(
  ffi.Pointer<HWND__> hWnd,
  ffi.Pointer<WINDOWPLACEMENT> lpwndpl,
) {
  return _GetWindowPlacement(
    hWnd,
    lpwndpl,
  );
}