Changeset 18804 in vbox for trunk/src/VBox
- Timestamp:
- Apr 7, 2009 11:35:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r18698 r18804 1933 1933 1934 1934 <result name="VBOX_E_FILE_ERROR"> 1935 Invalid hard disk storage file location. 1935 Invalid hard disk storage file location or could not find the hard 1936 disk at the specified location. 1936 1937 </result> 1937 1938 <result name="VBOX_E_IPRT_ERROR"> … … 2036 2037 </note> 2037 2038 2039 <result name="VBOX_E_FILE_ERROR"> 2040 Invalid CD/DVD image file location or could not find the CD/DVD 2041 image at the specified location. 2042 </result> 2038 2043 <result name="VBOX_E_INVALID_OBJECT_STATE"> 2039 2044 CD/DVD image already exists in the media registry. … … 2130 2135 2131 2136 <result name="VBOX_E_FILE_ERROR"> 2132 Floppy image specified by @a location not accessible. 2137 Invalid floppy image file location or could not find the floppy 2138 image at the specified location. 2133 2139 </result> 2134 2140 <result name="VBOX_E_INVALID_OBJECT_STATE">
Note:
See TracChangeset
for help on using the changeset viewer.