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

Obtains the root RT process handle.

Visual Basic:

Function ntxGetRootRtProcess(
  ByVal hLoc As Integer)
As Integer

Visual C#:

Int32 ntxGetRootRtProcess (
  Int32 hLoc );

Parameters

hLoc
Location of the RT kernel whose root process handle is desired.

Return Values

The handle to the root process of the specified RT kernel.

INtimeException Status

E_PARAM
The specified location is not an NTX location.
E_LOCATION
The specified location doesn't exist.
E_NTX_INTERNAL_ERROR
The DLL could not contact the RT kernel to complete the request.

Requirements

Versions Reference
INtime 3.0 INtimeDotNet

See Also

INtimeDotNet system calls, Object directory system calls