GetClassLongPtrW method

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

Implementation

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