dpiObjectAttr_addRef

Function dpiObjectAttr_addRef 

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

Adds a reference to the attribute. This is intended for situations where a reference to the attribute needs to be maintained independently of the reference returned when the attribute was created.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.