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.
See also:
| file: /Techref/os/win/api/win32/func/src/f46.htm, 2KB, , updated: 2000/4/7 12:19, local time: 2012/5/25 10:27,
38.107.179.233:LOG IN |
| ©2012 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://www.piclist.com/techref/os/win/api/win32/func/src/f46.htm"> ImageList_ExtractIcon</A> |
| Did you find what you needed? |
|
PIC 16 series Microcontroller Instruction Set Reference. And his Hobby Electronics web site at http://hobby_elec.piclist.com. |
|
Peter Todd has released source and sample projects for his artwork, including his 3d wireframe cube renderer for the PIC 18f6520 This includes examples of hardware developed with free software tools such as gEDA/gschem/PCB, SDCC, gputils and picp all on Linux. http://petertodd.ca/art/source-code/ |
.