Returns information about a reference object and its referenced object.
#include <rt.h>
BOOLEAN GetRtObjectInfo(
    RTHANDLE hRef, 
    OBJECT_INFO *info
);
Parameters
hRef 
- The handle of a reference object. 
 info 
- A pointer to an OBJECT_INFO structure where information about the target object will be written. 
 
Return Values
- TRUE 
 - Success. 
 - FALSE 
 - Failure. The function sets GetLastRtError to one of these values: 
E_INVALID_ADDR | 
The location parameter does not refer to a known node. | 
E_BAD_ADDR | 
The info parameter does not refer to a valid memory location of sufficient size of the OBJECT_INFO structure. | 
  
Requirements
| Versions | 
Defined in | 
Include | 
Link to | 
| INtime 4.0 | 
intime/rt/include/rt.h | 
rt.h | 
rt.lib | 
  
            
            See Also