Changeset 75458 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 14, 2018 6:20:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/SharedFolderImpl.h
r75380 r75458 92 92 HRESULT getAccessible(BOOL *aAccessible); 93 93 HRESULT getWritable(BOOL *aWritable); 94 HRESULT setWritable(BOOL aWritable); 94 95 HRESULT getAutoMount(BOOL *aAutoMount); 96 HRESULT setAutoMount(BOOL aAutoMount); 95 97 HRESULT getAutoMountPoint(com::Utf8Str &aAutoMountPoint); 98 HRESULT setAutoMountPoint(com::Utf8Str const &aAutoMountPoint); 96 99 HRESULT getLastAccessError(com::Utf8Str &aLastAccessError); 97 100
Note:
See TracChangeset
for help on using the changeset viewer.