VirtualBox

Ignore:
Timestamp:
Aug 16, 2010 3:00:05 PM (14 years ago)
Author:
vboxsync
Message:

Main, frontends: unsigned long long -> long long

File:
1 edited

Legend:

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

    r31574 r31698  
    188188    HRESULT onUSBDeviceAttach(IUSBDevice *aDevice, IVirtualBoxErrorInfo *aError, ULONG aMaskedIfs);
    189189    HRESULT onUSBDeviceDetach(IN_BSTR aId, IVirtualBoxErrorInfo *aError);
    190     HRESULT getGuestProperty(IN_BSTR aKey, BSTR *aValue, ULONG64 *aTimestamp, BSTR *aFlags);
     190    HRESULT getGuestProperty(IN_BSTR aKey, BSTR *aValue, LONG64 *aTimestamp, BSTR *aFlags);
    191191    HRESULT setGuestProperty(IN_BSTR aKey, IN_BSTR aValue, IN_BSTR aFlags);
    192     HRESULT enumerateGuestProperties(IN_BSTR aPatterns, ComSafeArrayOut(BSTR, aNames), ComSafeArrayOut(BSTR, aValues), ComSafeArrayOut(ULONG64, aTimestamps), ComSafeArrayOut(BSTR, aFlags));
     192    HRESULT enumerateGuestProperties(IN_BSTR aPatterns,
     193                                     ComSafeArrayOut(BSTR, aNames),
     194                                     ComSafeArrayOut(BSTR, aValues),
     195                                     ComSafeArrayOut(LONG64, aTimestamps),
     196                                     ComSafeArrayOut(BSTR, aFlags));
    193197    HRESULT onlineMergeMedium(IMediumAttachment *aMediumAttachment,
    194198                              ULONG aSourceIdx, ULONG aTargetIdx,
     
    223227                                IVirtualBoxErrorInfo *aError);
    224228    void onRuntimeError(BOOL aFatal, IN_BSTR aErrorID, IN_BSTR aMessage);
    225     HRESULT onShowWindow(BOOL aCheck, BOOL *aCanShow, ULONG64 *aWinId);
     229    HRESULT onShowWindow(BOOL aCheck, BOOL *aCanShow, LONG64 *aWinId);
    226230    void onRemoteDisplayInfoChange();
    227231
     
    564568                                                           ComSafeArrayOut(BSTR, aNames),
    565569                                                           ComSafeArrayOut(BSTR, aValues),
    566                                                            ComSafeArrayOut(ULONG64, aTimestamps),
     570                                                           ComSafeArrayOut(LONG64, aTimestamps),
    567571                                                           ComSafeArrayOut(BSTR, aFlags));
    568572
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