WindowFromPoint (user32)
Last changed: -98.115.156.13

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern IntPtr WindowFromPoint(POINT Point);

VB Signature:

Public Declare Auto Function WindowFromPoint Lib "User32" _
    (ByVal xpoint As Integer, ByVal ypoint As Integer) As IntPtr

User-Defined Types:

POINT

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation