Set Cursor Position
| 3270 | 5250 | VT |
|---|---|---|
| Yes | Yes | Yes |
The Set Cursor Position function allows the client
application to set the cursor position in the session window.
PostMessage( hServerWnd,
WM_DDE_POKE,
hClientWnd,
MAKELONG(hData, aSETCURSOR) );where:
| hData |
Identifies a handle to a Windows global
memory object that contains the cursor positioning information in the following
structure:
Personal Communications supports two ways to set
the cursor position:
The application specifies which method by setting the uSetCursorType
field to the appropriate value, followed by setting the two other fields uSetCursor1
and uSetCursor2 to their appropriate values as follows:
|
| aSETCURSOR | Identifies cursor position as the item. |