WindowFromPoint method

Pointer<HWND__> WindowFromPoint(
  1. POINT Point
)

Implementation

ffi.Pointer<HWND__> WindowFromPoint(
  POINT Point,
) {
  return _WindowFromPoint(
    Point,
  );
}