libesedb_record_get_value_utf16_string

Function libesedb_record_get_value_utf16_string 

Source
pub unsafe extern "C" fn libesedb_record_get_value_utf16_string(
    record: *mut libesedb_record_t,
    value_entry: c_int,
    utf16_string: *mut u16,
    utf16_string_size: usize,
    error: *mut *mut libesedb_error_t,
) -> c_int
Expand description

Retrieves the UTF-16 encoded string of a specific entry The function uses the codepage in the column definition if necessary The size should include the end of string character Returns 1 if successful, 0 if value is NULL or -1 on error