Changeset 40484 in vbox for trunk/include
- Timestamp:
- Mar 15, 2012 2:21:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r39890 r40484 338 338 /** IOCTL to VBoxGuest to make a timed call to a HGCM service. */ 339 339 # define VBOXGUEST_IOCTL_HGCM_CALL_TIMED(Size) VBOXGUEST_IOCTL_CODE(20, (Size)) 340 341 /** IOCTL to VBoxGuest passed from the Kernel Mode driver, but containing a user mode data in VBoxGuestHGCMCallInfo 342 * the driver received from the UM. Called in the context of the process passing the data. 343 * @see VBoxGuestHGCMCallInfo */ 344 # define VBOXGUEST_IOCTL_HGCM_CALL_USERDATA(Size) VBOXGUEST_IOCTL_CODE(21, (Size)) 340 345 341 346 # ifdef RT_ARCH_AMD64
Note:
See TracChangeset
for help on using the changeset viewer.