dpiMsgProps_getCorrelation

Function dpiMsgProps_getCorrelation 

Source
pub unsafe extern "C" fn dpiMsgProps_getCorrelation(
    props: *mut dpiMsgProps,
    value: *mut *const c_char,
    valueLength: *mut u32,
) -> c_int
Expand 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.