This document is archived and information here might be outdated. Recommended version. |
Gets disk cache option and cache size.
[Visual Basic .NET] Public Sub GetUseCache ( _ ByRef pbUseDiskCache As Boolean, _ ByRef pSizeInMb As Double _ )
[C#] public void GetUseCache ( ref bool pbUseDiskCache, ref double pSizeInMb );
[C++]
HRESULT GetUseCache(
Boolean* pbUseDiskCache,
System.Double* pSizeInMb
);
[C++]
Parameters pbUseDiskCache [out]
pbUseDiskCache is a parameter of type bool* pSizeInMb [out]
pSizeInMb is a parameter of type double*