pub unsafe extern "C" fn dpiMsgProps_getDelay(
props: *mut dpiMsgProps,
value: *mut i32,
) -> c_intExpand description
Returns the number of seconds the enqueued message will be delayed.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.