VirtualBox

Changeset 7437 in vbox for trunk/include


Ignore:
Timestamp:
Mar 12, 2008 4:11:04 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28875
Message:

Additions/common: add ring 3 call to set guest capabilities and make vmmdevGetRequestSize work with the new request

File:
1 edited

Legend:

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

    r7409 r7437  
    12541254        case VMMDevReq_ReportGuestCapabilities:
    12551255            return sizeof(VMMDevReqGuestCapabilities);
     1256        case VMMDevReq_SetGuestCapabilities:
     1257            return sizeof(VMMDevReqGuestCapabilities2);
    12561258#ifdef VBOX_HGCM
    12571259        case VMMDevReq_HGCMConnect:
     
    14041406VBGLR3DECL(int)     VbglR3CtlFilterMask(uint32_t fOr, uint32_t fNot);
    14051407VBGLR3DECL(int)     VbglR3Daemonize(bool fNoChDir, bool fNoClose);
     1408VBGLR3DECL(int)     VbglR3SetGuestCaps(uint32_t u32OrMask, uint32_t u32NotMask);
    14061409
    14071410/** @name Shared clipboard
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