RealChildWindowFromPoint method

Pointer<HWND__> RealChildWindowFromPoint(
  1. Pointer<HWND__> hwndParent,
  2. POINT ptParentClientCoords
)

Implementation

ffi.Pointer<HWND__> RealChildWindowFromPoint(
  ffi.Pointer<HWND__> hwndParent,
  POINT ptParentClientCoords,
) {
  return _RealChildWindowFromPoint(
    hwndParent,
    ptParentClientCoords,
  );
}