Skip to main content

c4enum_next

Function c4enum_next 

Source
pub unsafe extern "C" fn c4enum_next(
    e: *mut C4DocEnumerator,
    outError: *mut C4Error,
) -> bool
Expand description

Advances the enumerator to the next document. Returns false at the end, or on error; look at the C4Error to determine which occurred, and don’t forget to free the enumerator.