Returns information about a node given its location.
#include <rt.h>
BOOLEAN GetRtNodeInfo(
    LOCATION hLoc, 
    NODE_INFO *pInfo
);
 
Parameters
hLoc 
- The  value for the target node. 
 pInfo 
- Pointer to a NODE_INFO structure where the information will be received. 
 
Return Values
- TRUE 
 - Success. 
 - FALSE 
 - Failure; no more locations are available. The function sets GetLastRtError to one of these values: 
E_BAD_ADDR | 
The pInfo parameter does not point to a valid memory area large enough to contain the NODE_INFO structure. | 
E_INVALID_ADDR | 
The hLoc value does not refer to a location known to the local node. | 
  
 
Requirements
| Versions | 
Defined in | 
Include | 
Link to | 
| INtime 4.0 | 
intime/rt/include/rt.h | 
rt.h | 
rt.lib | 
 
            
            See Also