Changeset 5113 in vbox for trunk/include/VBox/err.h
- Timestamp:
- Oct 1, 2007 6:28:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r5105 r5113 1123 1123 /** The page to be freed or updated was not found. */ 1124 1124 #define VERR_GMM_PAGE_NOT_FOUND (-4154) 1125 /** The specified shared page was not actually private. */ 1126 #define VERR_GMM_PAGE_NOT_PRIVATE (-4155) 1125 1127 /** The specified shared page was not actually shared. */ 1126 #define VERR_GMM_PAGE_NOT_SHARED (-415 5)1128 #define VERR_GMM_PAGE_NOT_SHARED (-4156) 1127 1129 /** The reservation or reservation update was declined - too many VMs, too 1128 1130 * little memory, and/or too low GMM configuration. */ 1129 #define VERR_GMM_MEMORY_RESERVATION_DECLINED (-415 6)1131 #define VERR_GMM_MEMORY_RESERVATION_DECLINED (-4157) 1130 1132 /** @} */ 1131 1133
Note:
See TracChangeset
for help on using the changeset viewer.