dpiDeqOptions_getWait

Function dpiDeqOptions_getWait 

Source
pub unsafe extern "C" fn dpiDeqOptions_getWait(
    options: *mut dpiDeqOptions,
    value: *mut u32,
) -> c_int
Expand description

Returns the time to wait, in seconds, for a message matching the search criteria. See function dpiDeqOptions_setWait() for more information.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.