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 "ChildWindowFromPoint" in [All]

user32

.
Summary
.

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

.

ChildWindowFromPointFlags Enum

.
Documentation
[ChildWindowFromPointEx] on MSDN
.
Summary
.

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

.

public enum ChildWindowFromPointFlags : uint

.
Documentation
[ChildWindowFromPointEx] on MSDN
.
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

Enums

.

/// For use with ChildWindowFromPointEx

.

Enum ChildWindowFromPointFlags

.
Documentation
[ChildWindowFromPointFlags] on MSDN

 
Access PInvoke.net directly from VS: