c4enum_getDocumentInfo

Function c4enum_getDocumentInfo 

Source
pub unsafe extern "C" fn c4enum_getDocumentInfo(
    e: *mut C4DocEnumerator,
    outInfo: *mut C4DocumentInfo,
) -> bool
Expand description

Stores the metadata of the enumerator’s current document into the supplied C4DocumentInfo struct. Unlike c4enum_getDocument(), this allocates no memory. @param e The enumerator. @param outInfo A pointer to a C4DocumentInfo struct that will be filled in if a document is found. @return True if the info was stored, false if there is no current document.