IShellImageStore::Close 方法 (shlobj.h)
关闭图像缓存。
语法
HRESULT Close(
[in] DWORD const *pdwLock
);
参数
[in] pdwLock
类型: const DWORD*
指向 DWORD 类型的变量的指针,该变量指定在调用 IShellImageStore::Open 方法期间接收锁的地址。
返回值
类型: HRESULT
如果存储未打开或无法保存存储,则返回S_FALSE。 否则返回 IShellImageStore::Commit 的结果。
注解
注意 通过 Windows XP 支持 IShellImageStore。 在以后的操作系统中不支持它。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | shlobj.h |
DLL | Shell32.dll (5.0 或更高版本) |