INtime SDK Help
ntxGetNextLocation(INtimeDotNet)
INtime SDK v6 > About INtime > Alternate APIs > INtimeDotNet > ntxGetNextLocation(INtimeDotNet)

Returns the handle to the location following the one returned by a previous call to ntxGetFirstLocation or ntxGetNextLocation in the current thread.

Visual Basic:

Function ntxGetNextLocation(
  ByVal PrevLocation As Integer)
As Integer

Visual C#:

Int32 ntxGetNextLocation (
  Int32 PrevLocation);

Parameters

PrevLocation
The integer handle of the previous RT kernel.

Return Values

INtimeException Status

E_EXIST
The specified NTX location is the last one known.
E_PARAM
The last location is invalid.

Requirements

Versions Reference
INtime 3.0 INtimeDotNet

See Also

INtimeDotNet system calls, System data calls, ntxGetFirstLocation