Class AtmConstants
Global Constants.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.EAO2V
Assembly: Attachmate.Verastream.HostIntegrator.EAO2V.dll
Syntax
[ComVisible(true)]
public abstract class AtmConstants
Fields
ATM_WAIT_ASYNC
VHI does not have asynchronous calls; would indicate zero timeout (asynchronous).
Declaration
public const int ATM_WAIT_ASYNC = 0
Field Value
Type | Description |
---|---|
int |
ATM_WAIT_FOREVER
VHI does not have asynchronous calls; would indictate indefinite timeout.
Declaration
public const int ATM_WAIT_FOREVER = -1
Field Value
Type | Description |
---|---|
int |