VirtualBox

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


Ignore:
Timestamp:
Aug 19, 2013 9:16:40 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88106
Message:

Main/IGuestFile: Changed disposition and openMode parameters being wstrings instead of ulongs (related to r88105), matching the IGuestSession::openFile / openFileEx calls.

File:
1 edited

Legend:

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

    r47817 r47836  
    5959     * @{ */
    6060    STDMETHOD(COMGETTER(CreationMode))(ULONG *aCreationMode);
    61     STDMETHOD(COMGETTER(Disposition))(ULONG *aDisposition);
     61    STDMETHOD(COMGETTER(Disposition))(BSTR *aDisposition);
    6262    STDMETHOD(COMGETTER(EventSource))(IEventSource ** aEventSource);
    6363    STDMETHOD(COMGETTER(FileName))(BSTR *aFileName);
    6464    STDMETHOD(COMGETTER(InitialSize))(LONG64 *aInitialSize);
    6565    STDMETHOD(COMGETTER(Offset))(LONG64 *aOffset);
    66     STDMETHOD(COMGETTER(OpenMode))(ULONG *aOpenMode);
     66    STDMETHOD(COMGETTER(OpenMode))(BSTR *aOpenMode);
    6767    STDMETHOD(COMGETTER(Status))(FileStatus_T *aStatus);
    6868
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