ImageList_ExtractIcon (Compact 2013)
3/28/2014
This macro calls the ImageList_GetIcon function to create an icon based on an image and mask in an image list.
Syntax
HICON WINAPI ImageList_ExtractIcon(
HINSTANCE hi,
HIMAGELIST himl,
int i
);
Parameters
- hi
[in] Not used; set to 0.
- himl
[in] Handle to the image list.
- i
[in] Index of the image.
Return Value
The handle of the icon indicates success. NULL indicates failure.
Remarks
In Windows Embedded Compact, you can only use the ImageList_ExtractIcon macro to create an icon, not a cursor.
ImageList_ExtractIcon is not supported for emulation.
Requirements
Header |
commctrl.h |