Changeset 18767 in vbox for trunk/src/VBox
- Timestamp:
- Apr 6, 2009 2:44:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r18757 r18767 186 186 * VMR3AtErrorRegister() since there is no way the 187 187 * caller can get to the VM handle early enough to 188 * do this on its now.188 * do this on its own. 189 189 * This is called in the context of an EMT. 190 190 * @param pvUserVM The user argument passed to pfnVMAtError. … … 193 193 * @param pvUserCFGM The user argument passed to pfnCFGMConstructor. 194 194 * @param ppVM Where to store the 'handle' of the created VM. 195 *196 195 */ 197 196 VMMR3DECL(int) VMR3Create(uint32_t cCPUs, PFNVMATERROR pfnVMAtError, void *pvUserVM, PFNCFGMCONSTRUCTOR pfnCFGMConstructor, void *pvUserCFGM, PVM *ppVM)
Note:
See TracChangeset
for help on using the changeset viewer.