Changeset 72919 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Jul 5, 2018 2:44:31 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123468
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r72915 r72919 2640 2640 the guest OS this object describes. 2641 2641 2642 While this function returns an error for unknown guest OS types, they 2643 can be still used without serious problems (if one accepts the fact 2644 that there is no default VM config information). 2645 2642 2646 <result name="E_INVALIDARG"> 2643 2647 @a id is not a valid Guest OS type. … … 5026 5030 You may use <link to="IVirtualBox::getGuestOSType"/> to obtain 5027 5031 an IGuestOSType object representing details about the given 5028 Guest OS type. 5032 Guest OS type. All Guest OS types are considered valid, even those 5033 which are not known to <link to="IVirtualBox::getGuestOSType"/>. 5029 5034 <note> 5030 5035 This value may differ from the value returned by
Note:
See TracChangeset
for help on using the changeset viewer.