Function ntcore_sys::NT_GetEntryValue [] [src]

pub unsafe extern "C" fn NT_GetEntryValue(entry: NT_Entry, value: *mut NT_Value)

Get Entry Value. Returns copy of current entry value. Note that one of the type options is "unassigned".

@param entry entry handle @param value storage for returned entry value

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).