Synopsis
int OMuser_destroy_obj(
OMobj_id object );
Description
OMuser_destroy_obj deletes all references to an object, then calls OMdestroy_obj to delete the object itself. Destroy callbacks for any methods that are destroyed are called before this routine returns.
Arguments
object
The object id.
Returned value
The status code (see Return Status ).
See also