[DllImport("user32.dll")]
static extern bool GetCursorPos(out POINT lpPoint);
Declare Function GetCursorPos Lib "user32.dll" _
(<Out> ByRef lpPoint As POINT) As Boolean
None.
Please add some!
Please add some!
Do you know one? Please contribute it!