GetWindowLongPtrA method

int GetWindowLongPtrA(
  1. Pointer<HWND__> hWnd,
  2. int nIndex
)

Implementation

int GetWindowLongPtrA(
  ffi.Pointer<HWND__> hWnd,
  int nIndex,
) {
  return _GetWindowLongPtrA(
    hWnd,
    nIndex,
  );
}