Get Presentation Space
| 3270 | 5250 | VT |
|---|---|---|
| Yes | Yes | Yes |
The Get Presentation Space function returns
the session presentation space to the client. The client sends the
following command to get the presentation space.
PostMessage( hServerWnd,
WM_DDE_REQUEST,
hClientWnd,
MAKELONG(cfFormat, aPS) );where:
| cfFormat | Identifies the format for the presentation space. Valid values are CF_TEXT or CF_DSPTEXT. The structure of the presentation space, in these two formats, is shown below. |
| aPS | Identifies presentation space atom as the item. |