win32gui.ImageList_Add
int = ImageList_Add(himl, hbmImage , hbmMask )
Adds an image or images to an image list.
Parameters
Return Value
Returns the index of the first new image if successful, or -1 otherwise.
int = ImageList_Add(himl, hbmImage , hbmMask )
Adds an image or images to an image list.