Changeset 28669 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 23, 2010 5:53:01 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60540
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r28585 r28669 792 792 #ifdef VBOX_WITH_GUEST_PROPS 793 793 HRESULT getGuestPropertyFromService(IN_BSTR aName, BSTR *aValue, 794 ULONG64 *aTimestamp, BSTR *aFlags) ;794 ULONG64 *aTimestamp, BSTR *aFlags) const; 795 795 HRESULT getGuestPropertyFromVM(IN_BSTR aName, BSTR *aValue, 796 ULONG64 *aTimestamp, BSTR *aFlags) ;796 ULONG64 *aTimestamp, BSTR *aFlags) const; 797 797 HRESULT setGuestPropertyToService(IN_BSTR aName, IN_BSTR aValue, 798 798 IN_BSTR aFlags);
Note:
See TracChangeset
for help on using the changeset viewer.