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

Returns the name by which the specified location handle is known to NTX. If the client writes to the returned pointer, results are unpredictable.

const char* ntxGetNameOfLocation(
    NTXLOCATION Location
);

Parameters

Location
The NTXLOCATION for which the name is needed.

Return Values

Returns a pointer to an ASCII string that contains the name.
Success.
null
Failure.

Status

E_OK 0x0000
No exceptional conditions occurred.
E_PARAM 0x0006
Invalid location.

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

System data calls