dpiDeqOptions_setMsgId

Function dpiDeqOptions_setMsgId 

Source
pub unsafe extern "C" fn dpiDeqOptions_setMsgId(
    options: *mut dpiDeqOptions,
    value: *const c_char,
    valueLength: u32,
) -> c_int
Expand description

Sets the identifier of the specific message to be dequeued.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.