dpiPool_close

Function dpiPool_close 

Source
pub unsafe extern "C" fn dpiPool_close(
    pool: *mut dpiPool,
    closeMode: dpiPoolCloseMode,
) -> c_int
Expand description

Closes the pool and makes it unusable for further activity.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.