Changeset 104516 in vbox for trunk/include/VBox/err.h
- Timestamp:
- May 4, 2024 1:53:42 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r104407 r104516 3272 3272 /** @} */ 3273 3273 3274 /** @name Guest Compatibility Manage Status Codes. 3275 * @{ 3276 */ 3277 /** The intercepted situation was completely handled, continue execution. */ 3278 #define VINF_GCM_HANDLED (7600) 3279 /** The intercepted instruction handled, advance RIP and continue execution. */ 3280 #define VINF_GCM_HANDLED_ADVANCE_RIP (7601) 3281 /** The intercepted operation was not handled, take default action. */ 3282 #define VERR_GCM_NOT_HANDLED (-7602) 3283 /** @} */ 3284 3274 3285 /* SED-END */ 3275 3286
Note:
See TracChangeset
for help on using the changeset viewer.