GetActiveWindow (coredll)
Last changed: anonymous

.
Summary
Get the handle of the active window.

C# Signature:

[DllImport("coredll.dll", SetLastError=true)]
static extern IntPtr GetActiveWindow();

VB Signature:

Declare Function GetActiveWindow Lib "coredll.dll" () As IntPtr

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation