Function ntcore_sys::NT_SetEntryString [] [src]

pub unsafe extern "C" fn NT_SetEntryString(
    entry: NT_Entry,
    time: u64,
    str: *const c_char,
    str_len: usize,
    force: NT_Bool
) -> NT_Bool

Set Entry String Sets an entry string. If the entry name is not currently assigned to a string, returns error unless the force parameter is set.

@param entry entry handle @param time timestamp @param str string to set (UTF-8 string) @param str_len length of string to write in bytes @param force 1 to force the entry to get overwritten, otherwise 0 @return 0 on error (type mismatch), 1 on success