pub unsafe extern "C" fn NT_GetEntryValue(
entry: NT_Entry,
value: *mut NT_Value,
)Expand description
Get Entry Value.
Returns copy of current entry value. Note that one of the type options is “unassigned”.
§Parameters
- entry: entry handle
- value: storage for returned entry value
§Note
It is the caller’s responsibility to free value once it’s no longer needed (the utility function NT_DisposeValue() is useful for this purpose).