TOC PREV NEXT INDEX

OMdel_subobj

Synopsis


int OMdel_subobj(OMobj_id parent,
OMobj_id object, 0 );

Description

OMdel_subobj deletes an object from its parent. The object still exists, but it has no parent object.

Arguments

parent
The id of object ' s current parent.
object
The subobject being deleted from parent .
0
The third argument must be 0.

Returned value

The status code (see Return Status ).

Examples

none.

See Also

none.

TOC PREV NEXT INDEX