Changeset 44387 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jan 25, 2013 6:31:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cfgm.h
r44386 r44387 75 75 * 76 76 * @returns VBox status code. 77 * @param pVM VM handle. 77 * @param pUVM The user mode VM handle. 78 * @param pVM The shared VM handle. 78 79 * @param pvUser The argument supplied to VMR3Create(). 79 80 */ 80 typedef DECLCALLBACK(int) FNCFGMCONSTRUCTOR(P VM pVM, void *pvUser);81 typedef DECLCALLBACK(int) FNCFGMCONSTRUCTOR(PUVM pUVM, PVM pVM, void *pvUser); 81 82 /** Pointer to a FNCFGMCONSTRUCTOR(). */ 82 83 typedef FNCFGMCONSTRUCTOR *PFNCFGMCONSTRUCTOR;
Note:
See TracChangeset
for help on using the changeset viewer.