Function NT_SetEntryValue
Source pub unsafe extern "C" fn NT_SetEntryValue(
entry: NT_Entry,
value: *const NT_Value,
) -> NT_Bool
Expand description
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.
§Parameters
- entry: entry handle
- value: new entry value
§Returns
0 on error (type mismatch), 1 on success