1
0

Dokan changes

This commit is contained in:
Scott E. Graves
2017-02-11 12:20:17 -06:00
parent d32218ce19
commit 0a865eb73e
4 changed files with 85 additions and 32 deletions

View File

@@ -35,6 +35,8 @@ public:
void Mount(const wchar_t& driveLetter, const String& cacheLocation, const std::uint64_t& maxCacheSizeBytes);
void Unmount(const bool& clearCache = false);
void ClearCache();
};
NS_END(3)