X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=generator%2Fgenerator_actions.ml;h=c59964ab21641fb129ead20238b88a304c0628ec;hb=9e7c6a548353bde925c16434711bcc6208038d83;hp=a10b7f744c28ea81d5ab47cacf9b7c6a1c940693;hpb=9b60f3a9f3b38c085e9265e56ddb839dabe6e416;p=libguestfs.git diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index a10b7f7..c59964a 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -1451,6 +1451,22 @@ Please read L for more details. See also C, C."); + ("inspect_get_windows_current_control_set", (RString "controlset", [Device "root"], []), -1, [], + [], + "get Windows CurrentControlSet of inspected operating system", + "\ +This function should only be called with a root device string +as returned by C. + +This returns the Windows CurrentControlSet of the inspected guest. +The CurrentControlSet is a registry key name such as C. + +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 L for more details."); + ] (* daemon_functions are any functions which cause some action