dpiMsgProps_getDeliveryMode

Function dpiMsgProps_getDeliveryMode 

Source
pub unsafe extern "C" fn dpiMsgProps_getDeliveryMode(
    props: *mut dpiMsgProps,
    value: *mut dpiMessageDeliveryMode,
) -> c_int
Expand description

Returns the mode that was used to deliver the message.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.