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.
- Returns nonzero if successful, or zero otherwise.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.