hivex_value_value
Description:
[ CCode ( array_length_pos = 1.1 , array_length_type = "gsize" ) ]
[ Version ( since = "1.19.35" ) ]
public uint8[] hivex_value_value (int64 valueh) throws Error
[ Version ( since = "1.19.35" ) ]
public uint8[] hivex_value_value (int64 valueh) throws Error
return the data field from the (key, datatype, data) tuple
Return the data field of a (key, datatype, data) tuple.
This is a wrapper around the hivex(3) call of the same name.
See also: hivex_value_utf8.
This function depends on the feature "hivex". See also feature_available.
Parameters:
this |
A GuestfsSession object |
size_r |
The size of the returned buffer, in bytes |
Returns:
an array of binary data, or NULL on error |