Deletes a reference object.
#include <rt.h> 
BOOLEAN DeleteRtReferenceObject(
    RTHANDLE hRef
);
hRef 
The reference object refers to a real object ("the target object").
If the target object is a reference-counted object:
If the target object is not a reference-counted object:
E_TYPE | 
The handle does not indicate a reference object. | 
E_EXIST | 
The handle does not refer to a valid object, OR The remote object indicated by the reference object does not exist.  | 
E_RESOURCE_LIMIT | 
Insufficient resources are available to signal the remote node. | 
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 4.0 | intime/rt/include/rt.h | rt.h | rt.lib |