Group: Windows Controls - Library: comctl32
BOOL ImageList_GetImageInfo(
HIMAGELIST himl,
int i,
IMAGEINFO *pImageInfo
); DECLARE INTEGER ImageList_GetImageInfo IN comctl32;
INTEGER himl,;
INTEGER i,;
STRING @pImageInfo himl A handle to the image list. i The index of the image.
pImageInfo A pointer to an IMAGEINFO structure that receives information about the image.
Returns nonzero if successful, or zero otherwise.
Home