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

Returns to the name for the specified NTX location handle.

Visual Basic:

Function ntxGetNameOfLocation(
  ByVal Location As Integer)
As String

Visual C#:

String ntxGetNameOfLocation (
  Int32 Location);

Parameters

Location
The integer handle of the RT Kernel for which the name is needed.

Return Values

Returns a string that contains the name of the specified RT Kernel.

INtimeException Status

E_PARAM
Invalid location.

Requirements

Versions Reference
INtime 3.0 INtimeDotNet

See Also

INtimeDotNet system calls, System data calls