Get System Configuration

3270 5250 VT
Yes Yes Yes
The Get System Configuration function returns the level of Personal Communications support and other system-related values. Most of this information is for use by a service coordinator when a customer calls the IBM Support Center after receiving a system error.
PostMessage( hServerWnd,
             WM_DDE_REQUEST,
             hClientWnd,
             MAKELONG(cfFormat, aSYSCON) );
where:
cfFormat Identifies the DDE format for the data item requested. The value used is CF_TEXT.
aSYSCON Identifies system configuration as the data item requested.