QWS3270.GetCursorPosition Method
Gets the cursor position for 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 GetCursorPosition( out int row, out int column ) |
Visual Basic (Declaration) |
---|
Public Function GetCursorPosition ( _ <OutAttribute> ByRef row As Integer, _ <OutAttribute> ByRef column As Integer _ ) As StatusCode |
Visual C++ |
---|
public: virtual StatusCode GetCursorPosition( [OutAttribute] int% row, [OutAttribute] int% column ) sealed |
JavaScript |
---|
function GetCursorPosition(row, column); |
Parameters
row
Type: System.Int32
The row the cursor is in.
column
Type: System.Int32
The column the cursor is in.
Return Value
The StatusCode indicating the result of the operation.
This can be one of the following values:
Status code | Description |
---|---|
WHLLOK | The cursor position was successfully retrieved. |
WHLLNOTCONNECTED | Your application is not currently connected to a session. |
WHLLSYSERROR | The method failed due to a system error. |
Implements
IQWS3270.GetCursorPosition(Int32, Int32)
See Also
QWS3270 Class
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.