RealGetWindowClassW method

int RealGetWindowClassW(
  1. Pointer<HWND__> hwnd,
  2. Pointer<Uint16> ptszClassName,
  3. int cchClassNameMax
)

Implementation

int RealGetWindowClassW(
  ffi.Pointer<HWND__> hwnd,
  ffi.Pointer<ffi.Uint16> ptszClassName,
  int cchClassNameMax,
) {
  return _RealGetWindowClassW(
    hwnd,
    ptszClassName,
    cchClassNameMax,
  );
}