Get Keystrokes
3270 | 5250 | VT |
Yes | Yes | Yes |
The Get Keystrokes function returns to the
client the keystrokes that are intercepted by the Start
Keystroke Intercept function. The client sends the following
message to receive the keystroke information.
PostMessage( hServerWnd,
WM_DDE_REQUEST,
hClientWnd,
MAKELPARAM(cfFormat, aKEYS) );
where:
- cfFormat
- Identifies the format for the keystroke information. This must be CF_DSPTEXT.
- aKEYS
- Identifies a keystroke data item.