dpiSubscr_addRef

Function dpiSubscr_addRef 

Source
pub unsafe extern "C" fn dpiSubscr_addRef(
    subscr: *mut dpiSubscr,
) -> c_int
Expand description

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

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.