Changeset 54809 in vbox for trunk/include/VBox
- Timestamp:
- Mar 17, 2015 12:07:04 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99006
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r54738 r54809 1541 1541 /** The DEK for disk encryption is missing. */ 1542 1542 #define VERR_VD_DEK_MISSING (-3214) 1543 /** The provided password to decrypt the DEK was incorrect. */ 1544 #define VERR_VD_PASSWORD_INCORRECT (-3215) 1543 1545 /** Generic: Invalid image file header. Use this for plugins. */ 1544 1546 #define VERR_VD_GEN_INVALID_HEADER (-3220)
Note:
See TracChangeset
for help on using the changeset viewer.