Changeset 26147 in vbox for trunk/include
- Timestamp:
- Feb 2, 2010 1:55:20 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57156
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r26111 r26147 1217 1217 /** Raw: Invalid image file type. */ 1218 1218 #define VERR_VD_RAW_INVALID_TYPE (-3271) 1219 /** The backend needs more metadata before it can continue. */ 1220 #define VERR_VD_NOT_ENOUGH_METADATA (-3272) 1219 1221 /** @} */ 1220 1222 … … 1505 1507 /** @} */ 1506 1508 1509 /** @name VBox async I/O manager Status Codes 1510 * @{ 1511 */ 1512 /** Async I/O task is pending, a completion handler will be called. */ 1513 #define VINF_AIO_TASK_PENDING 4800 1514 /** @} */ 1515 1507 1516 /* SED-END */ 1508 1517
Note:
See TracChangeset
for help on using the changeset viewer.