Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "RealChildWindowFromPoint" in [All]

user32

.
Summary
.

static extern IntPtr RealChildWindowFromPoint(IntPtr hwndParent, POINT ptParentClientCoords);

.

Private Shared Function RealChildWindowFromPoint(hwndParent As IntPtr, ptParentClientCoords As POINT) As IntPtr

.

<DllImport("user32", CharSet:=CharSet.Ansi, SetLastError:=True, ExactSpelling:=True)> Public Function RealChildWindowFromPoint(ByVal hwndParent As IntPtr, ByVal ptParentClientCoords As POINTAPI) As IntPtr

.
Documentation
[RealChildWindowFromPoint] on MSDN

 
Access PInvoke.net directly from VS: