GetMessagePos function user32

int GetMessagePos()

Retrieves the cursor position for the last message retrieved by the GetMessage function.

DWORD GetMessagePos();

Implementation

int GetMessagePos() => _GetMessagePos();