libesedb_table_get_column

Function libesedb_table_get_column 

Source
pub unsafe extern "C" fn libesedb_table_get_column(
    table: *mut libesedb_table_t,
    column_entry: c_int,
    column: *mut *mut libesedb_column_t,
    flags: u8,
    error: *mut *mut libesedb_error_t,
) -> c_int
Expand description

Retrieves the column for the specific entry

Use the flag LIBESEDB_GET_COLUMN_FLAG_IGNORE_TEMPLATE_TABLE to retrieve the column ignoring the template table

Returns 1 if successful or -1 on error