INtime SDK Help
ntxGetRtStatus
INtime SDK v7.2 > About INtime > INtime Kernel > Status > ntxGetRtStatus

Verifies whether the RT kernel is successfully initialized.

void ntxGetRtStatus(
    NTXLOCATION hLoc
);

Parameters

hLoc
RT kernel to check.

Return Values

No return value. If the RtStatus is non-zero an exception is thrown. To retrieve the RtStatus code, call ntxGetRtStatusCode instead.

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