Class AtmSessionConstants
Global Constants.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.EAO2V
Assembly: Attachmate.Verastream.HostIntegrator.EAO2V.dll
Syntax
[ComVisible(true)]
public abstract class AtmSessionConstants
Fields
ATM_DIRECTION_BACKWARD
Search direction: backwards. Use in FindStringEx.
Declaration
public const int ATM_DIRECTION_BACKWARD = 4
Field Value
Type | Description |
---|---|
int |
ATM_DIRECTION_FORWARD
Search direction: forwards. Use in FindStringEx.
Declaration
public const int ATM_DIRECTION_FORWARD = 0
Field Value
Type | Description |
---|---|
int |
ATM_GETDATA_CONTAINS_DBCS
Indicates the data returned contains DBCS characters.
Declaration
public const int ATM_GETDATA_CONTAINS_DBCS = 256
Field Value
Type | Description |
---|---|
int |
ATM_GETDATA_FMT_TEXT
Return text data.
Declaration
public const int ATM_GETDATA_FMT_TEXT = 1
Field Value
Type | Description |
---|---|
int |
ATM_GETDATA_FOUND
Call to GetData succeeded.
Declaration
public const int ATM_GETDATA_FOUND = 1
Field Value
Type | Description |
---|---|
int |
ATM_GETDATA_NOTFOUND
Call to GetData failed.
Declaration
public const int ATM_GETDATA_NOTFOUND = 0
Field Value
Type | Description |
---|---|
int |
ATM_GETDATA_TYPE_HLLAPI
Returns data in HLLAPI format.
Declaration
public const int ATM_GETDATA_TYPE_HLLAPI = 1
Field Value
Type | Description |
---|---|
int |
ATM_GETSTRING_COMMA
Appends a trailing comma (,) character to lines.
Declaration
public const int ATM_GETSTRING_COMMA = 4
Field Value
Type | Description |
---|---|
int |
ATM_GETSTRING_CR
Appends a trailing CR character to lines.
Declaration
public const int ATM_GETSTRING_CR = 1
Field Value
Type | Description |
---|---|
int |
ATM_GETSTRING_CRLF
Appends a trailing CRLF to lines.
Declaration
public const int ATM_GETSTRING_CRLF = 2
Field Value
Type | Description |
---|---|
int |
ATM_GETSTRING_NO_FINAL_APPEND
APPEND Does not append a final trailing character to the end of the string. If not specified, the selected trailing character will be appended to the end of the string.
Declaration
public const int ATM_GETSTRING_NO_FINAL_APPEND = 256
Field Value
Type | Description |
---|---|
int |
ATM_GETSTRING_TAB
Appends a trailing tab character to lines.
Declaration
public const int ATM_GETSTRING_TAB = 3
Field Value
Type | Description |
---|---|
int |
ATM_GETSTRING_UNWANTED_COMMA
Replaces unwanted character with a comma (,) character. If not specified, unwanted characters are replaced with space characters.
Declaration
public const int ATM_GETSTRING_UNWANTED_COMMA = 1024
Field Value
Type | Description |
---|---|
int |
ATM_GETSTRING_UNWANTED_SKIP
Omits unwanted characters from the string. If not specified, unwanted characters are replaced with space characters.
Declaration
public const int ATM_GETSTRING_UNWANTED_SKIP = 512
Field Value
Type | Description |
---|---|
int |
ATM_KEYTYPE_BRACES
Encodes special keys in braces with descriptive strings, for example, {ENTER}.
Declaration
public const int ATM_KEYTYPE_BRACES = 65536
Field Value
Type | Description |
---|---|
int |
ATM_KEYTYPE_HLLAPI
Encodes special keys in HLLAPI format, for example, @E.
Declaration
public const int ATM_KEYTYPE_HLLAPI = 131072
Field Value
Type | Description |
---|---|
int |
ATM_SCREENATTR_ANY
Any characters.
Declaration
public const int ATM_SCREENATTR_ANY = -1
Field Value
Type | Description |
---|---|
int |
ATM_SCREENATTR_HIDDEN
Hidden characters (password).
Declaration
public const int ATM_SCREENATTR_HIDDEN = 4
Field Value
Type | Description |
---|---|
int |
ATM_SCREENATTR_PROTECTED
Read Only characters.
Declaration
public const int ATM_SCREENATTR_PROTECTED = 1
Field Value
Type | Description |
---|---|
int |
ATM_SCREENATTR_UNPROTECTED
Read-Write characters.
Declaration
public const int ATM_SCREENATTR_UNPROTECTED = 2
Field Value
Type | Description |
---|---|
int |
ATM_SCREENATTR_VISIBLE
Visible characters.
Declaration
public const int ATM_SCREENATTR_VISIBLE = 8
Field Value
Type | Description |
---|---|
int |