hivex_node_values


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.19.35" ) ]
public HivexValue[] hivex_node_values (int64 nodeh) throws Error

return list of values attached to node

Return the array of (key, datatype, data) tuples attached to nodeh.

This is a wrapper around the hivex(3) call of the same name.

This function depends on the feature "hivex". See also feature_available.

Parameters:

this

A GuestfsSession object

Returns:

an array of HivexValue objects, or NULL on error