Changeset 38855 in vbox for trunk/include
- Timestamp:
- Sep 23, 2011 7:31:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r38655 r38855 350 350 /** Get the pointer to the first HGCM parameter in a 32-bit request. */ 351 351 # define VBOXGUEST_HGCM_CALL_PARMS32(a) ( (HGCMFunctionParameter32 *)((uint8_t *)(a) + sizeof(VBoxGuestHGCMCallInfo)) ) 352 353 /** IOCTL to VBoxGuest to make a connect to the clipboard service. 354 * @todo Seems this is no longer is use. Try remove it. */ 355 # define VBOXGUEST_IOCTL_CLIPBOARD_CONNECT VBOXGUEST_IOCTL_CODE_(19, sizeof(uint32_t)) 352 356 353 357 #endif /* VBOX_WITH_HGCM */
Note:
See TracChangeset
for help on using the changeset viewer.