dpiMsgProps_getDelay

Function dpiMsgProps_getDelay 

Source
pub unsafe extern "C" fn dpiMsgProps_getDelay(
    props: *mut dpiMsgProps,
    value: *mut i32,
) -> c_int
Expand description

Returns the number of seconds the enqueued message will be delayed.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.