Skip to main content

wxd_Config_GetPath

Function wxd_Config_GetPath 

Source
pub unsafe extern "C" fn wxd_Config_GetPath(
    config: *const wxd_ConfigBase_t,
    buffer: *mut c_char,
    buffer_len: usize,
) -> c_int
Expand description

Gets the current path. @param config Pointer to the config object. @param buffer Buffer to store the path. @param buffer_len Length of the buffer. @return Length of the path, or -1 on error.