hivex_open


Description:

[ Version ( since = "1.19.35" ) ]
public bool hivex_open (string filename, HivexOpen? optargs) throws Error

open a Windows Registry hive file

Open the Windows Registry hive file named filename. If there was any previous hivex handle associated with this guestfs session, then it is closed.

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

optargs

a GuestfsHivexOpen containing optional arguments

Returns:

true on success, false on error