VirtualBox

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


Ignore:
Timestamp:
Jun 27, 2022 9:04:31 AM (3 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Added IFsInfo, IGuestFsInfo, IGuestSession::fsQueryFreeSpace() + IGuestSession::fsQueryInfo() stubs for retrieving file system information. bugref:9500

File:
1 edited

Legend:

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

    r93115 r95385  
    171171                          BOOL aFollowSymlinks,
    172172                          LONG64 *aSize);
     173    HRESULT fsQueryFreeSpace(const com::Utf8Str &aPath, LONG64 *aFreeSpace);
     174    HRESULT fsQueryInfo(const com::Utf8Str &aPath, ComPtr<IGuestFsInfo> &aInfo);
    173175    HRESULT fsObjExists(const com::Utf8Str &aPath,
    174176                        BOOL aFollowSymlinks,
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