Prev Next
ListView_GetImageList info Overview GroupThe ListView_GetImageList macro retrieves the handle to an image list used for drawing list view items. You can use this macro or explicitly send the LVM_GETIMAGELIST message. HIMAGELIST ListView_GetImageList( 
 Parameters
 Return ValuesReturns the handle of the specified image list if successful or NULL otherwise. See Also |