Function
Removes a reference from an Object without deleting it.
Syntax
#include <dx/dx.h>
Error DXUnreference(Object o)
Functional Details
This routine is not normally used by module writers. DXDelete should be called to remove a reference to an Object o.
DXUnreference allows an Object's reference count to be decremented to 0 without releasing its memory, which is not desirable under normal circumstances. (See 4.2 , "Memory Management".)
Return Value
Returns OK or returns ERROR and sets an error code.
See Also