pub unsafe extern "C" fn dpiMsgProps_getNumAttempts(
props: *mut dpiMsgProps,
value: *mut i32,
) -> c_intExpand description
Returns the number of attempts that have been made to dequeue a message.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.