Changeset 9379 in vbox for trunk/include/VBox
- Timestamp:
- Jun 4, 2008 10:56:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/types.h
r9212 r9379 82 82 /** Pointer to a VM - Ring-3 Ptr. */ 83 83 typedef R3PTRTYPE(struct VM *) PVMR3; 84 /** Pointer to a VM - GC Ptr. */85 typedef RCPTRTYPE(struct VM *) PVM GC;84 /** Pointer to a VM - RC Ptr. */ 85 typedef RCPTRTYPE(struct VM *) PVMRC; 86 86 87 87 /** Pointer to a ring-0 (global) VM structure. */
Note:
See TracChangeset
for help on using the changeset viewer.