INtime SDK Help
ntxGetRtStatus
INtime SDK v6 > About INtime > INtime Kernel > Status > ntxGetRtStatus

Verifies whether the RT kernel is successfully initialized.

NTXSTATUS ntxGetRtStatus(
    NTXLOCATION hLoc
);

Parameters

hLoc
RT kernel to check.

Return Values

Returns the status code.

Status

E_EXIST 0x0006
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.
E_STATE
The node is a dynamic node in the DISCONNECTED state. The DISCONNECTED state means that the node is up and running but the Windows machine has not connected to it and become its host. Other NTX calls using this location will cause the connection to be established (for example, ntxGetRootRtProcess).

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