dpiPool_getBusyCount

Function dpiPool_getBusyCount 

Source
pub unsafe extern "C" fn dpiPool_getBusyCount(
    pool: *mut dpiPool,
    value: *mut u32,
) -> c_int
Expand description

Returns the number of sessions in the pool that are busy.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.