Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Sets the window status and position.

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

Syntax

C#
public StatusCode SetStatus(
	Object sessionID,
	int status,
	int x,
	int y,
	int width,
	int height,
	int zorder
)
Visual Basic (Declaration)
Public 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++
public:
virtual StatusCode SetStatus(
	Object^ sessionID, 
	int status, 
	int x, 
	int y, 
	int width, 
	int height, 
	int zorder
) sealed
JavaScript
function SetStatus(sessionID, status, x, y, width, height, zorder);


Parameters

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

status Type: System..::.Int32The status.

x Type: System..::.Int32The x position of the window.

y Type: System..::.Int32The y position of the window.

width Type: System..::.Int32The width of the window.

height Type: System..::.Int32The height of the window.

zorder Type: System..::.Int32The z-order of the window.

Return Value

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.

Implements

IWindow..::.SetStatus(Object, Int32, Int32, Int32, Int32, Int32, Int32)

Exceptions


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.

See Also


Window Class
SetStatus Overload
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.


  • No labels