Changeset 35252 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 20, 2010 4:46:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r35009 r35252 106 106 STDMETHOD(COMSETTER(Description))(IN_BSTR aDescription); 107 107 STDMETHOD(COMGETTER(State))(MediumState_T *aState); 108 STDMETHOD(COMGETTER(Variant))( MediumVariant_T*aVariant);108 STDMETHOD(COMGETTER(Variant))(ULONG *aVariant); 109 109 STDMETHOD(COMGETTER(Location))(BSTR *aLocation); 110 110 STDMETHOD(COMSETTER(Location))(IN_BSTR aLocation); … … 146 146 ComSafeArrayIn(IN_BSTR, aValues)); 147 147 STDMETHOD(CreateBaseStorage)(LONG64 aLogicalSize, 148 MediumVariant_TaVariant,148 ULONG aVariant, 149 149 IProgress **aProgress); 150 150 STDMETHOD(DeleteStorage)(IProgress **aProgress); 151 151 STDMETHOD(CreateDiffStorage)(IMedium *aTarget, 152 MediumVariant_TaVariant,152 ULONG aVariant, 153 153 IProgress **aProgress); 154 154 STDMETHOD(MergeTo)(IMedium *aTarget, IProgress **aProgress); 155 STDMETHOD(CloneTo)(IMedium *aTarget, MediumVariant_TaVariant,155 STDMETHOD(CloneTo)(IMedium *aTarget, ULONG aVariant, 156 156 IMedium *aParent, IProgress **aProgress); 157 157 STDMETHOD(Compact)(IProgress **aProgress);
Note:
See TracChangeset
for help on using the changeset viewer.