HOSTEX_SWITCHSCREENTYPE Data Type

HostExplorer Programming

HOSTEX_SWITCHSCREENTYPE Data Type

3270 5250 VT

The HOSTEX_SWITCHSCREENTYPE data type specifies the type of information that HostExplorer retains when the host switches the screen between standard and alternate sizes. By default, this data type is set to HOSTEX_SWITCHSCREENTYPE_KEEPSIZE.

It has the following values:

Value

Definition

HOSTEX_SWITCHSCREENTYPE_ KEEPSIZE

Indicates that when HostExplorer switches between screen sizes, if the current font is not available, HostExplorer selects another font within given parameters.

HOSTEX_SWITCHSCREENTYPE_ KEEPFONT

Indicates that when HostExplorer switches between screen sizes, it keeps the font size constant.

HOSTEX_SWITCHSCREENTYPE_ KEEPOLDINFO

Indicates that when HostExplorer switches between screen sizes, it saves the font and window information separately for the default and alternate modes.


Related Topics

SwitchScreenType