Function ntcore_sys::NT_SaveEntries [] [src]

pub unsafe extern "C" fn NT_SaveEntries(
    inst: NT_Inst,
    filename: *const c_char,
    prefix: *const c_char,
    prefix_len: usize
) -> *const c_char

Save table values to a file. The file format used is identical to that used for SavePersistent. @param inst instance handle @param filename filename @param prefix save only keys starting with this prefix @param prefix_len length of prefix in bytes @return error string, or nullptr if successful