GetCachePath Function

Gets the path to the cached assembly, using the specified flags.

HRESULT GetCachePath (
        [in]      ASM_CACHE_FLAGS  dwCacheFlags,
        [in]      LPWSTR           pwzCachePath,
        [in, out] PDWORD           pcchPath
 );

Parameters

  • dwCacheFlags
    [in] A bitwise combination of ASM_CACHE_FLAGS values that indicate the source of the cached assembly.
  • pwzCachePath
    [out] The returned pointer to the path.
  • pcchPath
    [in, out] The requested maximum length of pwzCachePath, and upon return, the actual length of pwzCachePath.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: Fusion.h

.NET Framework Version: 2.0

See Also

Reference

ASM_CACHE_FLAGS Enumeration

Other Resources

Fusion Global Static Functions