Returns a status value indicating the operational state of the target node.
#include <rt.h> WORD GetRtNodeStatus(LOCATION hLoc);
hLoc
Returns one of the following values (this list is not exhaustive):
E_OK |
The node is running and able to accept requests . |
E_STATE |
The node is down. |
E_EXIST |
The location value is not valid. |
E_CONTEXT |
The node is in an unknown state and not able to accept requests. |
E_INVALID_ADDRESS (0x00E2) |
The address provided for hLoc is not a valid address. |
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 4.0 | intime/rt/include/rt.h | rt.h | rt.lib |