ImageList_GetImageCount function
Retrieves the number of images in an image list.
Syntax
int ImageList_GetImageCount(
_In_ HIMAGELIST himl
);
Parameters
- himl [in]
-
Type: HIMAGELIST
A handle to the image list.
Return value
Type: int
Returns the number of images.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: