Training
×

Locate a node

If the name of the node is known, you can use GetRtNodeLocationByName. The format to connect to a remote node is:
     INtime://<system>/<node>
The functions GetFirstRtLocation and GetNextRtLocation allow enumerating all nodes. To get details of a node, use GetRtNodeInfo. It uses a structure NODE_INFO with these fields:
szNodeName     name of the  node
NodeId     the processor core number
NodeClass     either NODE_CLASS_WINDOWS_HOST or
     NODE_CLASS_INTIME_HOST
NodeSubclass     NODE_SUBCLASS_SHARED,
     NODE_SUBCLASS_DEDICATED ,
     NODE_SUBCLASS_PRIMARY,
     NODE_SUBCLASS_SECONDARY
NetIdType     NETID_TYPE_NONE, NETID_TYPE_MAC,
     NETID_TYPE_IP4, NETID_TYPE_IP6
NetId     network address according to NetIdType