Changeset 40713 in vbox for trunk/include
- Timestamp:
- Mar 29, 2012 4:06:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r40636 r40713 1530 1530 /** Repairing the image is not possible because the corruption is to severe. */ 1531 1531 #define VERR_VD_IMAGE_REPAIR_IMPOSSIBLE (-3281) 1532 /** Reading from the image was not possible because the offset is out of the image range. 1533 * This usually indicates that there is a minor corruption in the image meta data. */ 1534 #define VERR_VD_READ_OUT_OF_RANGE (-3282) 1532 1535 /** @} */ 1533 1536
Note:
See TracChangeset
for help on using the changeset viewer.