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