createAssemblyCache 函式 (winsxs.h)
CreateAssemblyCache 函式會取得 IAssemblyCache 介面的實例。
語法
HRESULT CreateAssemblyCache(
IAssemblyCache **ppAsmCache,
DWORD dwReserved
);
參數
ppAsmCache
指標接收 IAssemblyCache 指標的位置。
dwReserved
保留的。
傳回值
如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | winsxs.h |
Dll | Sxs.dll |