/
Get Method

Get Method


Retrieves the cursor position from the currently connected session.

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

Syntax

C#
public StatusCode Get(
	out ScreenPosition position
)
Visual Basic (Declaration)
Public Function Get ( _
	<OutAttribute> ByRef position As ScreenPosition _
) As StatusCode
Visual C++
public:
virtual StatusCode Get(
	[OutAttribute] ScreenPosition% position
) sealed
JavaScript
function Get(position);


Parameters

position Type: JollyGiant.Emulation..ScreenPosition
Presentation space cursor position.

Return Value

The StatusCode indicating the result of the operation.

This can be one of the following values:

Status codeDescription
WHLLOKThe cursor position was successfully retrieved.
WHLLNOTCONNECTEDYour application is not currently connected to a session.
WHLLSYSERRORThe method failed due to a system error.


Implements

ICursor...Get(ScreenPosition)

See Also


Cursor Class
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.



Related content

Get_Method
More like this
Cursor.Get.Method
Cursor.Get.Method
More like this
ICursor.Get.Method
ICursor.Get.Method
More like this
GetCursorPosition Method
GetCursorPosition Method
More like this
Cursor.Set.Method
Cursor.Set.Method
More like this
Set Method
More like this