GetClassLongA method

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

Implementation

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