The ImageList_ExtractIcon function creates an icon or cursor based on an image and mask in an image list. ImageList_ExtractIcon is a macro that calls the ImageList_GetIcon function.
HICON ImageList_ExtractIcon(
HINSTANCE hi, | |
HIMAGELIST himl, | |
int i | |
); |
If the function succeeds, the return value is the handle of the icon or cursor.
If the function fails, the return value is NULL.
file: /Techref/os/win/api/win32/func/src/f46.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/14 09:57,
3.145.84.183:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f46.htm"> ImageList_ExtractIcon</A> |
Did you find what you needed? |