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,
MAKELONG(NULL, aMOUSE) );where:
| aMOUSE | Identified mouse as the item. |