Changeset 38655 in vbox for trunk/include/VBox
- Timestamp:
- Sep 6, 2011 10:54:10 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73865
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r38650 r38655 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))356 352 357 353 #endif /* VBOX_WITH_HGCM */
Note:
See TracChangeset
for help on using the changeset viewer.