VirtualBox

Changeset 3582 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jul 12, 2007 2:05:10 PM (18 years ago)
Author:
vboxsync
Message:

Added seamless support property to the IGuest class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestImpl.h

    r2981 r3582  
    5959    STDMETHOD(COMGETTER(AdditionsActive)) (BOOL *aAdditionsActive);
    6060    STDMETHOD(COMGETTER(AdditionsVersion)) (BSTR *aAdditionsVersion);
     61    STDMETHOD(COMGETTER(SeamlessSupport)) (BOOL *aSeamlessSupport);
    6162
    6263    // IGuest methods
     
    6768    void setAdditionsVersion (Bstr aVersion);
    6869
     70    void setSeamlessSupport(BOOL aSeamlessSupport);
     71
    6972    // for VirtualBoxSupportErrorInfoImpl
    7073    static const wchar_t *getComponentName() { return L"Guest"; }
     
    7477    struct Data
    7578    {
    76         Data() : mAdditionsActive (FALSE) {}
     79        Data() : mAdditionsActive (FALSE), mSeamlessSupport (FALSE) {}
    7780
    7881        Bstr mOSTypeId;
    7982        BOOL mAdditionsActive;
    8083        Bstr mAdditionsVersion;
     84        BOOL mSeamlessSupport;
    8185    };
    8286
Note: See TracChangeset for help on using the changeset viewer.

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