This document is archived and information here might be outdated. Recommended version. |
Gets the cache directory/location.
[Visual Basic .NET]
Public Sub GetCacheDirectory ( _
ByRef pCacheDir As String _
)
[C#]
public void GetCacheDirectory (
ref string pCacheDir
);
[C++]
HRESULT GetCacheDirectory(
System.String* pCacheDir
);
[C++] Parameters pCacheDir [out]
pCacheDir is a parameter of type BSTR*