Changeset 1081 in vbox
- Timestamp:
- Feb 28, 2007 8:29:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r862 r1081 452 452 /** One of the structure magics was wrong. */ 453 453 #define VERR_SSM_STRUCTURE_MAGIC (-1828) 454 /** The data in the saved state doesn't confirm to expectations. */ 455 #define VERR_SSM_UNEXPECTED_DATA (-1829) 454 456 /** @} */ 455 457 … … 908 910 /** HGCM could not perform requested operation because of an internal error. */ 909 911 #define VERR_HGCM_INTERNAL (-2904) 912 /** Invalid HGCM client id. */ 913 #define VERR_HGCM_INVALID_CLIENT_ID (-2905) 910 914 /** @} */ 911 915
Note:
See TracChangeset
for help on using the changeset viewer.