pub unsafe extern "C" fn dpiMsgProps_getCorrelation(
props: *mut dpiMsgProps,
value: *mut *const c_char,
valueLength: *mut u32,
) -> c_intExpand description
Returns the correlation supplied by the producer when the message was enqueued.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.