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

Returns the handle to the first known location. Locations are listed in the order discovered by NTX.

NTXLOCATION ntxGetFirstLocation(void);

Parameters

None.

Return Values

The NTXLOCATION handle of the first location.
Success.
NTX_BAD_NTXHANDLE
Failure.

Status

E_OK 0x0000
No exceptional conditions occurred.
E_EXIST 0x0006
No nodes were found.

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