VirtualBox

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


Ignore:
Timestamp:
Oct 21, 2008 1:03:49 PM (16 years ago)
Author:
vboxsync
Message:

Main (Guest Properties): added host-side callbacks

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

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

    r13431 r13436  
    266266        GuestPropertyList mGuestProperties;
    267267        BOOL           mPropertyServiceActive;
     268        Bstr           mGuestPropertyNotificationPatterns;
    268269    };
    269270
     
    519520    STDMETHOD(COMGETTER(ClipboardMode)) (ClipboardMode_T *aClipboardMode);
    520521    STDMETHOD(COMSETTER(ClipboardMode)) (ClipboardMode_T aClipboardMode);
     522    STDMETHOD(COMGETTER(GuestPropertyNotificationPatterns)) (BSTR *aPattern);
     523    STDMETHOD(COMSETTER(GuestPropertyNotificationPatterns)) (INPTR BSTR aPattern);
    521524
    522525    // IMachine methods
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r13405 r13436  
    226226    void onSnapshotDiscarded (const Guid &aMachineId, const Guid &aSnapshotId);
    227227    void onSnapshotChange (const Guid &aMachineId, const Guid &aSnapshotId);
     228    void onGuestPropertyChange (const Guid &aMachineId, INPTR BSTR aName, INPTR BSTR aValue,
     229                                INPTR BSTR aFlags);
    228230
    229231    ComObjPtr <GuestOSType> getUnknownOSType();
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