ImageList_GetImageInfoImageList_GetImageInfo*
*Contents  *Index  *Topic Contents
*Previous Topic: ImageList_GetImageCount
*Next Topic: ImageList_LoadImage

ImageList_GetImageInfo


BOOL ImageList_GetImageInfo(
    HIMAGELIST himl, 	
    int i, 	
    IMAGEINFO FAR *pImageInfo	
   );	

Retrieves information about an image.

himl
Handle to the image list.
i
Index of the image.
pImageInfo
Address of an IMAGEINFO structure that receives information about the image. The information in this structure can be used to directly manipulate the bitmaps for the image.

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