.
/// For use with ChildWindowFromPointEx
.
The ChildWindowFromPointEx API
11/2/2007 5:43:54 PM - pi.stephen-cleary@spamgourmet.com-75.211.173.121
.
static extern IntPtr ChildWindowFromPointEx(IntPtr hWndParent, Point pt, uint uFlags);
.
Public Function ChildWindowFromPointEx(ByVal hWndParent As IntPtr, ByVal P As POINTAPI, ByVal uFlags As CWPFlags) As IntPtr
.
.
The ChildWindowFromPointEx API
11/2/2007 5:43:54 PM - pi.stephen-cleary@spamgourmet.com-75.211.173.121
.
static extern IntPtr ChildWindowFromPointEx(IntPtr hWndParent, Point pt, uint uFlags);
.
Public Function ChildWindowFromPointEx(ByVal hWndParent As IntPtr, ByVal P As POINTAPI, ByVal uFlags As CWPFlags) As IntPtr
.