This function returns the last element in the sequence.
MCO_RET classname_fieldname_last( /*IN*/ classname *handle, /*IN*/ TYPE *value );
handle | A pointer to a classname handle |
values |
A pointer to the last value in the sequence |
This function applies to sequence fields. The function returns the last element in the sequence.
MCO_S_OK | The value was put successfully |
MCO_E_ACCESS | The transaction that the class handle is scoped to is MCO_READ_ONLY |