VirtualBox

Ignore:
Timestamp:
Jan 18, 2007 12:35:35 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17582
Message:

Main:

  • Prototyped IConsoleCallback::onRuntimeError();
  • All size parameters in IHardDisk are now ULONG64.

Frontends:

  • Updated according to the above.
File:
1 edited

Legend:

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

    r1 r132  
    238238    STDMETHOD(COMGETTER(Description)) (BSTR *aDescription);
    239239    STDMETHOD(COMSETTER(Description)) (INPTR BSTR aDescription);
    240     STDMETHOD(COMGETTER(Size)) (ULONG *aSize);
     240    STDMETHOD(COMGETTER(Size)) (ULONG64 *aSize);
    241241    STDMETHOD(COMGETTER(ActualSize)) (ULONG64 *aActualSize);
    242242
     
    247247
    248248    // IVirtualDiskImage methods
    249     STDMETHOD(CreateDynamicImage) (ULONG aSize, IProgress **aProgress);
    250     STDMETHOD(CreateFixedImage) (ULONG aSize, IProgress **aProgress);
     249    STDMETHOD(CreateDynamicImage) (ULONG64 aSize, IProgress **aProgress);
     250    STDMETHOD(CreateFixedImage) (ULONG64 aSize, IProgress **aProgress);
    251251    STDMETHOD(DeleteImage)();
    252252
     
    286286    HRESULT setFilePath (const BSTR aFilePath);
    287287    HRESULT queryInformation (Bstr *aAccessError);
    288     HRESULT createImage (ULONG aSize, BOOL aDynamic, IProgress **aProgress);
     288    HRESULT createImage (ULONG64 aSize, BOOL aDynamic, IProgress **aProgress);
    289289
    290290    /** VDI asynchronous operation thread function */
     
    302302    Bstr mDescription;
    303303
    304     ULONG mSize;
     304    ULONG64 mSize;
    305305    ULONG64 mActualSize;
    306306
     
    357357    STDMETHOD(COMGETTER(Description)) (BSTR *aDescription);
    358358    STDMETHOD(COMSETTER(Description)) (INPTR BSTR aDescription);
    359     STDMETHOD(COMGETTER(Size)) (ULONG *aSize);
     359    STDMETHOD(COMGETTER(Size)) (ULONG64 *aSize);
    360360    STDMETHOD(COMGETTER(ActualSize)) (ULONG64 *aActualSize);
    361361
     
    406406    Bstr mDescription;
    407407
    408     ULONG mSize;
     408    ULONG64 mSize;
    409409    ULONG64 mActualSize;
    410410
Note: See TracChangeset for help on using the changeset viewer.

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