Returns a LOCATION for the given name.
#include <rt.h>
LOCATION GetRtNodeLocationByName(const char *NodeName);
NodeNameAn zero-terminated ASCII string containing the name of the node whose location is sought. The format of NodeName can be one of the following:
For nodes on the same host as the caller:
"nodename""///nodename""intime:///nodename"For nodes on other hosts:
"intime://hostname/nodename""hostname/nodename"This call does not interact with the target node.
E_BAD_ADDR |
NodeName is not a valid pointer to a zero-terminated string. |
E_PARAM |
NodeName is invalid (longer than 63 characters). |
E_INVALID_ADDR |
Location does not exist. |
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 4.0 | intime/rt/include/rt.h | rt.h | rt.lib |