CreateAssemblyCache Function

The CreateAssemblyCache function obtains an instance of the IAssemblyCache interface.

Syntax

C++
HRESULT STDAPI CreateAssemblyCache(
    IAssemblyCache **ppAsmCache,
    DWORD dwReserved
);

Parameters

ppAsmCache

Pointer the location that receives the IAssemblyCache pointer.

dwReserved

Reserved.

Return Value

If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported clientWindows Vista
Minimum supported serverWindows Server 2008
DLLSxs.dll

Send comments about this topic to Microsoft

Build date: 11/12/2009

Tags :


Page view tracker