ListView::GetItemImage
const void * GetItemImage (short listItem) const;
Parameters
- listItem
1-based index of the list view item, use TopItem or BottomItem of Item type to specify the first or last item of the list view control.
Return Value
The image data indicates:
imageType
imageData
ListView::NoImage
No image is defined for this item.
ListView::Icon
ListView::Picture
Windows only:
ListView::DIBitmap
Device Independent Bitmap, referenced with
BITMAPINFO* cast to
void*.