Versions Compared

Key

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

...

Namespace:  JollyGiant.Emulation
Assembly:  JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)

Image RemovedSyntax

C#
bool GetSessionSize(
	Object sessionID,
	out int rows,
	out int columns
)


Visual Basic (Declaration)
Function GetSessionSize ( _
	sessionID As Object, _
	<OutAttribute> ByRef rows As Integer, _
	<OutAttribute> ByRef columns As Integer _
) As Boolean


Visual C++
bool GetSessionSize(
	Object^ sessionID, 
	[OutAttribute] int% rows, 
	[OutAttribute] int% columns
)


JavaScript
function GetSessionSize(sessionID, rows, columns);


Parameters

sessionID Type: System..::.ObjectThe ID of the session to get the size of.

...

true if the size of the session could successfully be retrieved, otherwise false, in which case the number of rows will be set to the default of 24, and the number of columns to 80.

Image RemovedSee Also


IQWS3270 Interface
JollyGiant.Emulation Namespace

...