Changeset 50524 in vbox
- Timestamp:
- Feb 20, 2014 12:13:09 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92370
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r49633 r50524 420 420 #define VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE VBOXGUEST_IOCTL_CODE(32, sizeof(VBoxGuestCapsAquire)) 421 421 422 /** IOCTL to VBoxGuest to set guest capabilities. */ 423 #define VBOXGUEST_IOCTL_SET_GUEST_CAPABILITIES VBOXGUEST_IOCTL_CODE_(33, sizeof(VBoxGuestSetCapabilitiesInfo)) 424 425 /** Input and output buffer layout of the VBOXGUEST_IOCTL_SET_GUEST_CAPABILITIES 426 * IOCtl. */ 427 typedef struct VBoxGuestSetCapabilitiesInfo 428 { 429 uint32_t u32OrMask; 430 uint32_t u32NotMask; 431 } VBoxGuestSetCapabilitiesInfo; 432 AssertCompileSize(VBoxGuestSetCapabilitiesInfo, 8); 422 433 423 434
Note:
See TracChangeset
for help on using the changeset viewer.