VirtualBox

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


Ignore:
Timestamp:
Aug 23, 2007 2:15:27 PM (17 years ago)
Author:
vboxsync
Message:

Added memory balloon property to the Guest class

File:
1 edited

Legend:

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

    r4071 r4314  
    5656    STDMETHOD(COMGETTER(AdditionsVersion)) (BSTR *aAdditionsVersion);
    5757    STDMETHOD(COMGETTER(SupportsSeamless)) (BOOL *aSupportsSeamless);
     58    STDMETHOD(COMGETTER(MemoryBalloonSize)) (ULONG *aMemoryBalloonSize);
     59    STDMETHOD(COMSETTER(MemoryBalloonSize)) (ULONG aMemoryBalloonSize);
    5860
    5961    // IGuest methods
     
    7577        Data() : mAdditionsActive (FALSE), mSupportsSeamless (FALSE) {}
    7678
    77         Bstr mOSTypeId;
    78         BOOL mAdditionsActive;
    79         Bstr mAdditionsVersion;
    80         BOOL mSupportsSeamless;
     79        Bstr  mOSTypeId;
     80        BOOL  mAdditionsActive;
     81        Bstr  mAdditionsVersion;
     82        BOOL  mSupportsSeamless;
    8183    };
     84
     85    ULONG mMemoryBalloonSize;
    8286
    8387    ComObjPtr <Console, ComWeakRef> mParent;
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