VirtualBox

Changeset 9883 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Jun 23, 2008 3:02:47 PM (17 years ago)
Author:
vboxsync
Message:

Main: add the Main part of the guest/host configuration registry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r9401 r9883  
    24952495  <interface
    24962496     name="IMachine" extends="$unknown"
    2497      uuid="f95c0793-7737-49a1-85d9-6da81097173b"
     2497     uuid="ceb17b5b-fd1f-424f-9dd3-2ab04c06eefc"
    24982498     wsmap="managed"
    24992499     >
     
    34673467      </param>
    34683468    </method>
     3469   
     3470    <method name="getConfigRegistryValue">
     3471      <desc>
     3472        Reads a value from the machine's host/guest configuration registry.
     3473      </desc>
     3474      <param name="key" type="wstring" dir="in">
     3475        <desc>
     3476          The name of the key to read.
     3477        </desc>
     3478      </param>
     3479      <param name="value" type="wstring" dir="return">
     3480        <desc>
     3481          The value of the key.  If the key does not exist then this will be
     3482          empty.
     3483        </desc>
     3484      </param>
     3485    </method>
     3486
     3487    <method name="setConfigRegistryValue">
     3488      <desc>
     3489        Sets, changes or deletes a value in the machine's host/guest
     3490        configuration registry.
     3491      </desc>
     3492      <param name="key" type="wstring" dir="in">
     3493        <desc>
     3494          The name of the key to set, change or delete.
     3495        </desc>
     3496      </param>
     3497      <param name="value" type="wstring" dir="in">
     3498        <desc>
     3499          The new value of the key to set, change or delete.  If the key does
     3500          not yet exist and @a value is non-empty, it will be created.  If
     3501          @a value is empty, the key will be deleted if it exists.
     3502        </desc>
     3503      </param>
     3504    </method>
    34693505
    34703506  </interface>
     
    39623998  <interface
    39633999     name="IConsole" extends="$unknown"
    3964      uuid="d5a1cbda-f5d7-4824-9afe-d640c94c7dcf"
     4000     uuid="8b029405-b41f-40c2-9d01-b854a39f7d48"
    39654001     wsmap="managed"
    39664002     >
     
    45284564      </desc>
    45294565      <param name="callback" type="IConsoleCallback" dir="in"/>
     4566    </method>
     4567
     4568    <method name="getConfigRegistryValue">
     4569      <desc>
     4570        Reads a value from the host/guest configuration registry.
     4571      </desc>
     4572      <param name="key" type="wstring" dir="in">
     4573        <desc>
     4574          The name of the key to read.
     4575        </desc>
     4576      </param>
     4577      <param name="value" type="wstring" dir="return">
     4578        <desc>
     4579          The value of the key.  If the key does not exist then this will be
     4580          empty.
     4581        </desc>
     4582      </param>
     4583    </method>
     4584
     4585    <method name="setConfigRegistryValue">
     4586      <desc>
     4587        Sets, changes or deletes a value in the host/guest configuration
     4588        registry.
     4589      </desc>
     4590      <param name="key" type="wstring" dir="in">
     4591        <desc>
     4592          The name of the key to set, change or delete.
     4593        </desc>
     4594      </param>
     4595      <param name="value" type="wstring" dir="in">
     4596        <desc>
     4597          The new value of the key to set, change or delete.  If the key does
     4598          not yet exist and @a value is non-empty, it will be created.  If
     4599          @a value is empty, the key will be deleted if it exists.
     4600        </desc>
     4601      </param>
    45304602    </method>
    45314603
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette