inspect_get_windows_current_control_set
Description:
[ Version ( since = "1.9.17" ) ]
public string inspect_get_windows_current_control_set (string root) throws Error
public string inspect_get_windows_current_control_set (string root) throws Error
get Windows CurrentControlSet of inspected operating system
This returns the Windows CurrentControlSet of the inspected guest. The CurrentControlSet is a registry key name such as ControlSet001
.
This call assumes that the guest is Windows and that the Registry could be examined by inspection. If this is not the case then an error is returned.
Please read "INSPECTION" in guestfs(3) for more details.
Parameters:
this |
A GuestfsSession object |
Returns:
the returned string, or NULL on error |