User32GetMessagePos Method
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("User32.dll", ExactSpelling = true)]
public static uint GetMessagePos()
<DllImportAttribute("User32.dll", ExactSpelling := true>]
Public Shared Function GetMessagePos As UInteger
Dim returnValue As UInteger
returnValue = User32.GetMessagePos()
public:
[DllImportAttribute(L"User32.dll", ExactSpelling = true)]
static unsigned int GetMessagePos()
[<DllImportAttribute("User32.dll", ExactSpelling = true)>]
static member GetMessagePos : unit -> uint32
No code example is currently available or this language may not be supported.
Return Value
UInt32
The return value specifies the x- and y-coordinates of the cursor position.
The x-coordinate is the low order short and the y-coordinate is the high-order short.