hivex_node_get_child
Description:
[ Version ( since = "1.19.35" ) ]
public int64 hivex_node_get_child (int64 nodeh, string name) throws Error
public int64 hivex_node_get_child (int64 nodeh, string name) throws Error
return the named child of node
Return the child of nodeh
with the name name
, if it exists. This can return @0 meaning the name was not found.
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:
the returned value, or -1 on error |