ChildWindowFromPointEx (user32)
Last changed: pi.stephen-cleary@spamgourmet.com-75.211.173.121

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern IntPtr ChildWindowFromPointEx(IntPtr hWndParent, POINT pt,
   uint uFlags);

VB Signature:

<DllImport("user32", CharSet:=CharSet.Ansi, SetLastError:=True, ExactSpelling:=True)> _

Public Function ChildWindowFromPointEx(ByVal hWndParent As IntPtr, ByVal P As POINTAPI, ByVal uFlags As CWPFlags) As IntPtr

End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation