Get Mouse Input

3270 5250 VT
Yes Yes Yes
The Get Mouse Input function returns the latest mouse input intercepted by the Start Mouse Input Intercept function to the client.
Note:
The client must call the Start Mouse Input Intercept function before using this function.
The client sends the following command to receive the mouse input information.
PostMessage( hServerWnd,
             WM_DDE_REQUEST,
             hClientWnd,
             MAKELPARAM(cfFormat, aMOUSE) );
where:
cfFormat
Identifies the format for the presentation space. Valid values are CF_TEXT or CF_DSPTEXT. The structure of the mouse input data, in these two formats, is shown below.
aMOUSE
Identifies the mouse input as the item.