dpiEnqOptions_addRef

Function dpiEnqOptions_addRef 

Source
pub unsafe extern "C" fn dpiEnqOptions_addRef(
    options: *mut dpiEnqOptions,
) -> c_int
Expand description

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

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.