getcurrentpositionex (gdi32)
Last changed: anathan-131.107.3.84

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern bool GetCurrentPositionEx(IntPtr hdc, out POINT lpPoint);

User-Defined Types:

POINT

Notes:

None.

Tips & Tricks:

If the form (application) is hidden, this mehtod will return 0,0.

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation