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 Get(
	out ScreenPosition position
)
Visual Basic (Declaration)
Function Get ( _
	<OutAttribute> ByRef position As ScreenPosition _
) As StatusCode
Visual C++
StatusCode Get(
	[OutAttribute] ScreenPosition% position
)
JavaScript
function Get(position);


Parameters

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

...

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.


Image RemovedSee Also


ICursor Interface
JollyGiant.Emulation Namespace

...