GetScrollPos method

int GetScrollPos(
  1. Pointer<HWND__> hWnd,
  2. int nBar
)

Implementation

int GetScrollPos(
  ffi.Pointer<HWND__> hWnd,
  int nBar,
) {
  return _GetScrollPos(
    hWnd,
    nBar,
  );
}