Function ntcore_sys::NT_SetEntryTypeValue [] [src]

pub unsafe extern "C" fn NT_SetEntryTypeValue(
    entry: NT_Entry,
    value: *const NT_Value
)

Set Entry Type and Value. Sets new entry value. If type of new value differs from the type of the currently stored entry, the currently stored entry type is overridden (generally this will generate an Entry Assignment message).

This is NOT the preferred method to update a value; generally NT_SetEntryValue() should be used instead, with appropriate error handling.

@param entry entry handle @param value new entry value