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

Returns a handle to the specified location.

Visual Basic:

Function ntxGetLocationByName(
  ByVal LocationName As String)
As Integer

Visual C#:

Int32 ntxGetLocationByName (
  String LocationName);

Parameters

LocationName
Pointer to an ASCII string that contains the target RT node's name.

Return Values

The integer value of the specified RT kernel's handle.

INtimeException Status

E_EXIST
No RT node with the specified name exists. The node is either offline or not configured. To configure a node, use the INtime Configuration utility.

Requirements

Versions Reference
INtime 3.0 INtimeDotNet

See Also

INtimeDotNet system calls, System data calls