ImageList_Destroy函数 (commctrl.h)
销毁图像列表。
语法
BOOL ImageList_Destroy(
[in, optional] HIMAGELIST himl
);
参数
[in, optional] himl
类型: HIMAGELIST
要销毁的图像列表的句柄。
返回值
类型: BOOL
如果成功,返回不为零的值;否则返回零。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | commctrl.h |
Library | Comctl32.lib |
DLL | Comctl32.dll |
API 集 | ext-ms-win-shell-comctl32-init-l1-1-1 (在 Windows 10 版本 10.0.14393 中引入) |