hivex_node_children
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.19.35" ) ]
public HivexNode[] hivex_node_children (int64 nodeh) throws Error
[ Version ( since = "1.19.35" ) ]
public HivexNode[] hivex_node_children (int64 nodeh) throws Error
return list of nodes which are subkeys of node
Return the list of nodes which are subkeys of 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 HivexNode objects, or NULL on error |