GetMessage (user32)
Last changed: nicholasdgoodman@github-65.206.95.146

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern uint GetMessagePos();

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

If you change the return type from uint to int, then you can do new Point(GetMessagePos()).

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation