Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function retrieves the dimensions of images in an image list. All images in an image list have the same dimensions.
BOOLWINAPIImageList_GetIconSize(HIMAGELISThiml, intFAR* cx, intFAR* cy );
Parameters
- himl
[in] Handle to the image list. - cx
[in] Address of an integer variable that receives the width, in pixels, of each image. - cy
[in] Address of an integer variable that receives the height, in pixels, of each image.
Return Values
Nonzero indicates success. Zero indicates failure.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
Link Library: Commctrl.lib, Imgctl.lib.
See Also
ImageList_SetIconSize | ImageList_GetIcon
Send Feedback on this topic to the authors