Home
last modified time | relevance | path

Searched refs:pWinWindowFromPoint (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.xs398 HWND (*pWinWindowFromPoint)(HWND hwnd, __const__ POINTL *pptl, BOOL fChildren); variable
483 if (!pWinWindowFromPoint) in WindowFromPoint()
484 AssignFuncPByORD(pWinWindowFromPoint, ORD_WinWindowFromPoint); in WindowFromPoint()
485 return SaveWinError(pWinWindowFromPoint(hwnd, &ppl, fChildren)); in WindowFromPoint()