Function wxd_RearrangeList_GetString

Source
pub unsafe extern "C" fn wxd_RearrangeList_GetString(
    self_: *mut wxd_RearrangeList_t,
    index: c_int,
    buffer: *mut c_char,
    bufferSize: c_int,
) -> c_int
Expand description

Gets the string at the specified index.

@param self The RearrangeList instance. @param index The index of the item. @param buffer Buffer to store the string. @param bufferSize Size of the buffer. @return The length of the string or -1 on error.