Contents Index Topic Contents | ||
Previous Topic: ImageList_AddIcon Next Topic: ImageList_LoadBitmap |
ImageList_ExtractIcon
HICON ImageList_ExtractIcon( HINSTANCE hi, HIMAGELIST himl, int i );Calls the ImageList_GetIcon function to create an icon or cursor based on an image and mask in an image list.
- Returns the handle of the icon or cursor if successful, or NULL otherwise.
- hi
- This parameter is not used and should always be zero.
- himl
- Handle to the image list.
- i
- Index of the image.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.