Function ntcore_sys::NT_SetEntryValue [] [src]

pub unsafe extern "C" fn NT_SetEntryValue(
    entry: NT_Entry,
    value: *const NT_Value
) -> NT_Bool

Set Entry Value. Sets new entry value. If type of new value differs from the type of the currently stored entry, returns error and does not update value.

@param entry entry handle @param value new entry value @return 0 on error (type mismatch), 1 on success