TOC PREV NEXT INDEX

OMclose_obj

Synopsis


void * _ ARRalloc
(
NULL,
int__type,
size_t _number_of_elements,
NULL__);

Description

int  OMclose_obj ( OMobj_id  object);DescriptionOMclose_obj sets the instanced flag for an object and its subobjects so that the object may now execute. For a discussion of using OMclose_obj, see the mode argument in OMcopy_obj .

Arguments

object
The id of an object. The object must be an instance, for example, an object in Applications or SingleWindowApp.
Returned value
The status code (see See Return Status).

Examples

none.

See Also

OMcopy_obj

TOC PREV NEXT INDEX