ImageList_GetImageCount 函数 (commctrl.h)
检索图像列表中的图像数。
语法
int ImageList_GetImageCount(
[in] HIMAGELIST himl
);
参数
[in] himl
类型: HIMAGELIST
图像列表的句柄。
返回值
类型: int
返回图像数。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | commctrl.h |
Library | Comctl32.lib |
DLL | Comctl32.dll |