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

Verifies whether the RT kernel is successfully initialized.

Visual Basic:

Sub ntxGetRtStatus(
  ByVal hLoc As Integer)

Visual C#:

void ntxGetRtStatus (
  Int32 hLoc );

Parameters

hLoc
RT kernel to check.

INtimeException Status

E_EXIST
The specified RT kernel is not initialized.
E_LOCATION
The DLL can't communicate with the RT kernel at the specified location, or the location is not defined.
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, Status system calls