This document is archived and information here might be outdated. Recommended version. |
The disk cache usage in Mb (will return the current one if path is empty string).
[Visual Basic .NET] Public Function get_CacheUsage ( _ ByVal CachePath As String, _ ByVal bUpdate As Boolean _ ) As Double
[C#] public double get_CacheUsage ( string CachePath, bool bUpdate );
[C++]
HRESULT get_CacheUsage(
BSTR CachePath,
VARIANT_BOOL bUpdate,
System.Double* pCacheUsageInMb
);
[C++]
Parameters CachePath [in]
CachePath is a parameter of type BSTR bUpdate [in]
bUpdate is a parameter of type bool pCacheUsageInMb [out, retval]
pCacheUsageInMb is a parameter of type double*