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 );
- 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.
Nonzero indicates success. Zero indicates failure.
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
Link Library: Commctrl.lib, Imgctl.lib.
ImageList_SetIconSize | ImageList_GetIcon
Send Feedback on this topic to the authors