The ImageList_GetImageInfo function retrieves information about an image.
BOOL ImageList_GetImageInfo(
HIMAGELIST himl, | |
int i, | |
IMAGEINFO FAR *pImageInfo | |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.