Changeset 18649 in vbox for trunk/include/VBox
- Timestamp:
- Apr 2, 2009 4:24:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmapi.h
r18645 r18649 156 156 /** The error is fatal. 157 157 * The VM is not in a state where it can be saved and will enter a state 158 * where it can no longer execute code. The caller mustpropagate status158 * where it can no longer execute code. The caller <b>must</b> propagate status 159 159 * codes. */ 160 160 #define VMSETRTERR_FLAGS_FATAL RT_BIT_32(0) 161 161 /** Suspend the VM after, or if possible before, raising the error on EMT. The 162 * caller mustpropagate status codes. */162 * caller <b>must</b> propagate status codes. */ 163 163 #define VMSETRTERR_FLAGS_SUSPEND RT_BIT_32(1) 164 164 /** Don't wait for the EMT to handle the request.
Note:
See TracChangeset
for help on using the changeset viewer.