This function returns the sequence iterator for this field.
MCO_RET classname_fieldname_iterator( /*IN*/ classname *handle, mco_seq_iterator_h iterator );
| handle | A pointer to a classname handle |
| iterator |
This function applies to sequence fields. The function returns the sequence iterator for this field.
| MCO_S_OK | The value was put successfully |
| MCO_E_ACCESS | The transaction that the class handle is scoped to is MCO_READ_ONLY |