Changeset 11433 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Aug 14, 2008 5:24:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r11404 r11433 1770 1770 1771 1771 <method name="getGuestOSType"> 1772 <desc> 1773 Obtain guest os type information from guest os typeid, such as 1774 "win31" or "ubuntu". Use <link to="IMachine::OSTypeId"/> attribute 1775 to figure out typeid of particular guest VM. See 1776 <link to="IVirtualBox::guestOSTypes"/> for the list of available 1777 OS types. 1778 </desc> 1772 1779 <param name="id" type="wstring" dir="in"/> 1773 1780 <param name="type" type="IGuestOSType" dir="return"/>
Note:
See TracChangeset
for help on using the changeset viewer.