INtime SDK Help
ntxGetNextLocation
INtime SDK v6 > About INtime > INtime Kernel > System management calls > ntxGetNextLocation

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

NTXLOCATION ntxGetNextLocation(
    NTXLOCATION LastLocation
);

Parameters

LastLocation
The previous NTXLOCATION

Return Values

Returns the NTXLOCATION that corresponds to the next RT kernel.
Success.
NTX_BAD_NTXHANDLE
Failure.

Status

E_OK 0x0000
No exceptional conditions occurred.
E_EXIST 0x0006
The specified NTXLOCATION is the last one known.
E_PARAM 0x8004
The last location is invalid.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/nt/include/ntx.h ntx.h ntx.lib
INtime 4.01 (for 64-bit Windows) intime/nt/include/ntx.h ntx.h ntx64.lib
See Also