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 GetNextLength(
	ScreenPosition position,
	ref int length,
	FieldType fieldType
)
Visual Basic (Declaration)
Function GetNextLength ( _
	position As ScreenPosition, _
	ByRef length As Integer, _
	fieldType As FieldType _
) As StatusCode
Visual C++
StatusCode GetNextLength(
	ScreenPosition position, 
	int% length, 
	FieldType fieldType
)
JavaScript
function GetNextLength(position, length, fieldType);


Parameters

position Type: JollyGiant.Emulation..::.ScreenPositionScreen position where the search starts.

...

This can be one of the following values:

Status codeDescription
WHLLOKThe specified field length was found.
WHLLNOTCONNECTEDYour application is not currently connected to a host session.
WHLLPARAMETERERROROne or more of the call parameters are invalid.
WHLLPOSITIONERRORThe specified presentation space position is invalid.
WHLLSYSERRORThe method failed due to a system error.
WHLLNOFIELDThe specified field was not found, or the session presentation space is unformatted.
WHLLZEROLENFIELDThe specified field has a length of zero (only an attribute byte, no text entry or display possible.


Image RemovedRemarks


The attribute byte of a IField is not included in it's length.

Image RemovedSee Also


IField Interface
JollyGiant.Emulation Namespace

...