Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Remove the connection between your application and a QWS3270 session.

Function Disconnect([Session As String = "A"]) As Long

Parameters

NoNameTypeOptionalDefaultDescription

1

Session

String

Yes

"A"

Session ID

Return Code

Description

JGS_OK

Success

JGS_PARAMETERERROR

Missing or invalid parameter

JGS_NOTCONNECTED

Application is not currently connected to the specified session

JGS_SYSERROR

The function failed due to a system error

...