Changeset 10000 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Jun 27, 2008 2:56:59 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32453
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r9937 r10000 1784 1784 Returns associated global extra data. 1785 1785 1786 If the re uqested data @a key does not exist, this function will1786 If the requested data @a key does not exist, this function will 1787 1787 succeed and return @c NULL in the @a value argument. 1788 1788 </desc> … … 1799 1799 Sets associated global extra data. 1800 1800 1801 If you pass @c NULL as a key @a va ule, the given @a key will be1801 If you pass @c NULL as a key @a value, the given @a key will be 1802 1802 deleted. 1803 1803 … … 3468 3468 </method> 3469 3469 3470 <method name="get ConfigRegistryValue">3471 <desc> 3472 Reads a value from the machine's host/guest configuration registry.3470 <method name="getGuestProperty"> 3471 <desc> 3472 Reads a value from the machine's host/guest property store. 3473 3473 </desc> 3474 3474 <param name="key" type="wstring" dir="in"> … … 3485 3485 </method> 3486 3486 3487 <method name="set ConfigRegistryValue">3487 <method name="setGuestProperty"> 3488 3488 <desc> 3489 3489 Sets, changes or deletes a value in the machine's host/guest 3490 configuration registry.3490 property store. 3491 3491 </desc> 3492 3492 <param name="key" type="wstring" dir="in"> … … 4588 4588 </method> 4589 4589 4590 <method name="get ConfigRegistryValue">4591 <desc> 4592 Reads a value from the host/guest configuration registry.4590 <method name="getGuestProperty"> 4591 <desc> 4592 Reads a value from the host/guest property store. 4593 4593 </desc> 4594 4594 <param name="key" type="wstring" dir="in"> … … 4605 4605 </method> 4606 4606 4607 <method name="setConfigRegistryValue"> 4608 <desc> 4609 Sets, changes or deletes a value in the host/guest configuration 4610 registry. 4607 <method name="setGuestProperty"> 4608 <desc> 4609 Sets, changes or deletes a value in the host/guest property store. 4611 4610 </desc> 4612 4611 <param name="key" type="wstring" dir="in">
Note:
See TracChangeset
for help on using the changeset viewer.