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 SetStatus(
	Object sessionID,
	int status,
	int x,
	int y,
	int width,
	int height,
	int zorder
)


Visual Basic (Declaration)
Function SetStatus ( _
	sessionID As Object, _
	status As Integer, _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer, _
	zorder As Integer _
) As StatusCode


Visual C++
StatusCode SetStatus(
	Object^ sessionID, 
	int status, 
	int x, 
	int y, 
	int width, 
	int height, 
	int zorder
)


JavaScript
function SetStatus(sessionID, status, x, y, width, height, zorder);


Parameters

sessionID Type: System..::.ObjectThe session ID.

...

The return value is a StatusCode specifying the success or failure of the method.

Status codeDescription
OkThe method was successful.
WHLLNOTCONNECTEDAn invalid presentation space ID was specified, or was not connected for window services.
WHLLPARAMETERERRORAn invalid option was specified.
WHLLSYSERRORThe method failed due to a system error.
WHLLPSENDEDThe session has stopped.

Image RemovedExceptions


ExceptionCondition
System.Runtime.InteropServices..::.InvalidOleVariantTypeExceptionThe sessionID object could not be converted to a valid one-character session ID, or the value was out of range.

Image RemovedSee Also


IWindow Interface
SetStatus Overload
JollyGiant.Emulation Namespace

...