Changeset 78262 in vbox for trunk/src/VBox
- Timestamp:
- Apr 23, 2019 6:19:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r78261 r78262 8839 8839 </note> 8840 8840 8841 <result name="E_NOTIMPL"> 8842 This method is not implemented yet. 8841 <result name="E_FAIL"> 8842 General error. 8843 </result> 8844 <result name="VBOX_E_INVALID_VM_STATE"> 8845 The machine is in invalid state. 8846 </result> 8847 <result name="VBOX_E_OBJECT_IN_USE"> 8848 Some of the applied objects already exist. The method has been 8849 called to already configured machine. 8843 8850 </result> 8844 8851 </desc>
Note:
See TracChangeset
for help on using the changeset viewer.