Changeset 38650 in vbox for trunk/include
- Timestamp:
- Sep 5, 2011 10:02:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r38592 r38650 308 308 #define VBOXGUEST_IOCTL_WRITE_CORE_DUMP VBOXGUEST_IOCTL_CODE(9, sizeof(VBoxGuestWriteCoreDump)) 309 309 310 /** IOCTL to VBoxGuest to update the mouse status features. */ 311 # define VBOXGUEST_IOCTL_SET_MOUSE_STATUS VBOXGUEST_IOCTL_CODE_(10, sizeof(uint32_t)) 312 310 313 /** Input and output buffer layout of the VBOXGUEST_IOCTL_WRITE_CORE 311 314 * request. */ … … 351 354 * @todo Seems this is no longer is use. Try remove it. */ 352 355 # define VBOXGUEST_IOCTL_CLIPBOARD_CONNECT VBOXGUEST_IOCTL_CODE_(19, sizeof(uint32_t)) 353 /** IOCTL to VBoxGuest to update the mouse status features. */354 # define VBOXGUEST_IOCTL_SET_MOUSE_STATUS VBOXGUEST_IOCTL_CODE_(21, sizeof(uint32_t))355 356 356 357 #endif /* VBOX_WITH_HGCM */
Note:
See TracChangeset
for help on using the changeset viewer.