Dokan changes
This commit is contained in:
@@ -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)
|
Reference in New Issue
Block a user