This function initiates the pattern search and, if successful, returns the handle in the obj parameter of the first object that matches the pattern.
MCO_RET classname_indexname_pattern_next( /*IN*/ mco_trans_h trans, /*IN*/ void *buf, /*OUT*/ classname *obj);
trans | A transaction handle that was established by mco_trans_start() |
buf |
The buffer of the size indicated by |
obj |
The object handle of the first object that matches the given pattern(s) |
This function initiates the pattern search and, if successful, returns the handle in the obj parameter of the first object that matches the pattern
MCO_S_OK | The cursor was positioned successfully |
MCO_ERR_CURSOR | An cursor error occured |
MCO_S_CURSOR_END | The last matching value has been reached |