VirtualBox

Changeset 50524 in vbox


Ignore:
Timestamp:
Feb 20, 2014 12:13:09 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92370
Message:

Addiitions/common/VBoxGuest, VBoxGuestLibR3: add mediation in the guest driver for guest capabilities, mouse status and event filtering. Forgot one file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuest.h

    r49633 r50524  
    420420#define VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE          VBOXGUEST_IOCTL_CODE(32, sizeof(VBoxGuestCapsAquire))
    421421
     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. */
     427typedef struct VBoxGuestSetCapabilitiesInfo
     428{
     429    uint32_t u32OrMask;
     430    uint32_t u32NotMask;
     431} VBoxGuestSetCapabilitiesInfo;
     432AssertCompileSize(VBoxGuestSetCapabilitiesInfo, 8);
    422433
    423434
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette