pub unsafe extern "C" fn dpiMsgProps_getOriginalMsgId(
props: *mut dpiMsgProps,
value: *mut *const c_char,
valueLength: *mut u32,
) -> c_intExpand description
Returns the id of the message in the last queue that generated this
message. See function dpiMsgProps_setOriginalMsgId() for more
information.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.