GetClassLongW method

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

Implementation

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