dpiMsgProps_setPriority

Function dpiMsgProps_setPriority 

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

Sets the priority assigned to the message. A smaller number indicates a higher priority. The priority can be any number, including negative numbers.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.