- Timestamp:
- Jul 1, 2008 12:02:48 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32556
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r9772 r10069 442 442 /** The saved state file magic was not recognized. */ 443 443 #define VERR_SSM_INTEGRITY_MAGIC (-1811) 444 /** The saved state file magic was not recognized. */444 /** The saved state file version is not supported. */ 445 445 #define VERR_SSM_INTEGRITY_VERSION (-1812) 446 /** The saved state file magic was not recognized. */446 /** The saved state file size didn't match the one in the header. */ 447 447 #define VERR_SSM_INTEGRITY_SIZE (-1813) 448 448 /** The CRC of the saved state file did match. */
Note:
See TracChangeset
for help on using the changeset viewer.