TOC PREV NEXT INDEX

OMget_cur_seq

Synopsis


int OMget_cur_seq (OMobj_id object_id);

Description

OMget_cur_seq returns the current sequence number. When an object's value is changed, its sequence number is updated with the current sequence number. This sequence number is used until the next call to OMpush_ctx or OMpop_ctx.

Arguments

object_id
The id of any object in the application.

Returned value

The sequence number or an error status code (see See Return Status).

Examples

none.

See Also

OMget_obj_seq

TOC PREV NEXT INDEX