Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 2.16 KB

nf-commctrl-imagelist_geticonsize.md

File metadata and controls

79 lines (62 loc) · 2.16 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:commctrl.ImageList_GetIconSize
ImageList_GetIconSize function (commctrl.h)
Retrieves the dimensions of images in an image list. All images in an image list have the same dimensions.
ImageList_GetIconSize
ImageList_GetIconSize function [Windows Controls]
_win32_ImageList_GetIconSize
_win32_ImageList_GetIconSize_cpp
commctrl/ImageList_GetIconSize
controls.ImageList_GetIconSize
controls._win32_ImageList_GetIconSize
controls\ImageList_GetIconSize.htm
Controls
VS|Controls|~\controls\imagelist\functions\imagelist_geticonsize.htm
12/05/2018
ImageList_GetIconSize, ImageList_GetIconSize function [Windows Controls], _win32_ImageList_GetIconSize, _win32_ImageList_GetIconSize_cpp, commctrl/ImageList_GetIconSize, controls.ImageList_GetIconSize, controls._win32_ImageList_GetIconSize
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Comctl32.lib
Comctl32.dll
Windows
19H1
ImageList_GetIconSize
commctrl/ImageList_GetIconSize
c++
APIRef
kbSyntax
DllExport
Comctl32.dll
ImageList_GetIconSize

ImageList_GetIconSize function

-description

Retrieves the dimensions of images in an image list. All images in an image list have the same dimensions.

-parameters

-param himl

Type: HIMAGELIST

A handle to the image list.

-param cx

Type: int*

A pointer to an integer variable that receives the width, in pixels, of each image.

-param cy

Type: int*

A pointer to an integer variable that receives the height, in pixels, of each image.

-returns

Type: BOOL

Returns nonzero if successful, or zero otherwise.