Changeset 4109 in vbox
- Timestamp:
- Aug 10, 2007 11:59:43 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23570
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r4108 r4109 487 487 VMMDevHGCMParmType_PhysAddr = 3, 488 488 VMMDevHGCMParmType_LinAddr = 4, /**< In and Out */ 489 VMMDevHGCMParmType_LinAddr_In = 5, /**< In (read) */490 VMMDevHGCMParmType_LinAddr_Out= 6, /**< Out (write ) */489 VMMDevHGCMParmType_LinAddr_In = 5, /**< In (read; host<-guest) */ 490 VMMDevHGCMParmType_LinAddr_Out= 6, /**< Out (write; host->guest) */ 491 491 VMMDevHGCMParmType_SizeHack = 0x7fffffff 492 492 } HGCMFunctionParameterType;
Note:
See TracChangeset
for help on using the changeset viewer.