Function ion_c_sys::ion_catalog_open_with_owner[][src]

pub unsafe extern "C" fn ion_catalog_open_with_owner(
    p_hcatalog: *mut hCATALOG,
    owner: hOWNER
) -> iERR
Expand description

Allocates a new catalog with the given owner as its memory owner. @param p_hcatalog - Pointer to a handle to the newly-allocated catalog. @param owner - Handle to the new catalog’s memory owner. If NULL, the resulting catalog is its own memory owner and must be freed using ion_catalog_close.