Stop Mouse Input Intercept

3270 5250 VT
Yes Yes Yes

The Stop Mouse Input Intercept function ends a client application's ability to intercept mouse input.

The client sends the following command to perform the Stop Mouse Input Intercept function.
PostMessage( hServerWnd,
             WM_DDE_UNADVISE,
             hClientWnd,
             MAKELPARAM(NULL, aMOUSE) );
where:
aMOUSE
Identifies the mouse as the item.