Enum ATM_OIA_OWNER
Specifies current owner.
Namespace: Attachmate.Verastream.HostIntegrator.EAO2V
Assembly: Attachmate.Verastream.HostIntegrator.EAO2V.dll
Syntax
[ComVisible(true)]
public enum ATM_OIA_OWNER
Fields
Name | Description |
---|---|
ATM_OIA_OWNER_APP | Session is owned by the host application. For 5250 sessions, this is the only possible value other than ATM_OIA_OWNER_UNKNOWN. |
ATM_OIA_OWNER_MYJOB | 3270 session is owned by the host Primary Logical Unit (PLU) session. |
ATM_OIA_OWNER_NVT | 3270 session is currently in Network Virtual Terminal (NVT) mode, or VT session. |
ATM_OIA_OWNER_SSCP | 3270 session is owned by the host SSCP. |
ATM_OIA_OWNER_UNKNOWN | 3270 session is uninitialized. |
ATM_OIA_OWNER_UNOWNED | Session is not owned by any host session. |