Function ntcore_sys::NT_LoadEntries [] [src]

pub unsafe extern "C" fn NT_LoadEntries(
    inst: NT_Inst,
    filename: *const c_char,
    prefix: *const c_char,
    prefix_len: usize,
    warn: Option<unsafe extern "C" fn(line: usize, msg: *const c_char)>
) -> *const c_char

Load table values from a file. The file format used is identical to that used for SavePersistent / LoadPersistent. @param inst instance handle @param filename filename @param prefix load only keys starting with this prefix @param prefix_len length of prefix in bytes @param warn callback function for warnings @return error string, or nullptr if successful