Specifications

COM+ reference
38
Glink: API reference manual Gallagher & Robertson
Field Detail
GlinkApi_ASCII_TO_EBCDIC
static int GlinkApi_ASCII_TO_EBCDIC
Specifies translation direction for translateBuffer(): ASCII to EBCDIC.
GlinkApi_EBCDIC_TO_ASCII
static int GlinkApi_EBCDIC_TO_ASCII
Specifies translation direction for translateBuffer(): EBCDIC to ASCII.
GlinkApi_SCREEN_FORMATTED
static int GlinkApi_SCREEN_FORMATTED
Specifies that one ore more fields are defined for the current screen.
See also:
getScreenMode()
GlinkApi_SCREEN_UNFORMATTED
static int GlinkApi_SCREEN_UNFORMATTED
Specifies that no fields are defined for the current screen.
GlinkApi_SCREEN_UNFORMATTED_CHAR
static int GlinkApi_SCREEN_UNFORMATTED_CHAR
Specifies that no fields are defined for the current screen and data is sent to the
host character by character and simultaneously displayed on the local screen.
GlinkApi_SEARCH_FORWARD
static int GlinkApi_SEARCH_FORWARD
Specifies the search direction for the findString method.
See also:
findString(String, GlinkPoint, int, int, boolean)