dpiObjectAttr_release

Function dpiObjectAttr_release 

Source
pub unsafe extern "C" fn dpiObjectAttr_release(
    attr: *mut dpiObjectAttr,
) -> c_int
Expand description

Releases a reference to the attribute. A count of the references to the attribute is maintained and when this count reaches zero, the memory associated with the attribute is freed.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.