Skip to main content

wxd_Config_GetNextEntry

Function wxd_Config_GetNextEntry 

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

Gets the next entry in the current group. @param config Pointer to the config object. @param buffer Buffer to store the entry name. @param buffer_len Length of the buffer. @param index Pointer to the enumeration cookie. @return true if an entry was found, false otherwise.