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#
StatusCode GetScreenWithAttribs(
	out byte[] screen
)


Visual Basic (Declaration)
Function GetScreenWithAttribs ( _
	<OutAttribute> ByRef screen As Byte() _
) As StatusCode


Visual C++
StatusCode GetScreenWithAttribs(
	[OutAttribute] array<unsigned char>^% screen
)


JavaScript
function GetScreenWithAttribs(screen);


Parameters

screen Type: array< System..::.Byte >[]()[] %Buffer for the screen contents.

...

This can be one of the following values:

Status codeDescription
OkSession presentation space successfully copied to the buffer; the session is active and the keyboard is unlocked.
WHLLNOTCONNECTEDYour application is not currently connected to a session (see Connect(Object)).
WHLLPSBUSYSession presentation space successfully copied to the screen buffer; the session is waiting for a host response.
WHLLINHIBITEDSession presentation space successfully copied to the screen buffer; the keyboard is locked.
WHLLSYSERRORThe method failed due to a system error.


Image RemovedSee Also


IScreen Interface
JollyGiant.Emulation Namespace
ISession..::.Connect(Object)

...