ImageList_ExtractIconImageList_ExtractIcon*
*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.

hi
This parameter is not used and should always be zero.
himl
Handle to the image list.
i
Index of the image.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.