Get System Formats
| 3270 | 5250 | VT |
|---|---|---|
| Yes | Yes | Yes |
The Get System Formats function returns the list of Windows clipboard
formats supported by Personal Communications. The client application sends the following
message to retrieve the format list supported by Personal Communications:
PostMessage( hServerWnd,
WM_DDE_REQUEST,
hClientWnd,
MAKELONG(cfFormat, aFORMATS) );where:
| cfFormat | Identifies the DDE format for the data item requested. The value used is CF_TEXT. |
| aFORMATS | Identifies formats as the data item requested. |