1
0

Dokan changes

This commit is contained in:
Scott E. Graves
2017-02-11 01:46:15 -06:00
parent 6cbfd920c7
commit 6f21dd7880
7 changed files with 231 additions and 16 deletions

View File

@@ -29,10 +29,12 @@ public:
private:
CSiaApi& _siaApi;
public:
void Mount(const wchar_t& driveLetter);
Property(bool, Mounted, public, private)
void Unmount( );
public:
void Mount(const wchar_t& driveLetter, const String& cacheLocation, const std::uint64_t& maxCacheSizeBytes);
void Unmount(const bool& clearCache = false);
};
NS_END(3)