This method replaces one item image with another.
HRESULT put_Image( long index, OLE_HANDLE hImage, OLE_HANDLE hImageMask, BOOL fBitmap );
NOERROR indicates success. E_INVALIDARG indicates that the argument is invalid. E_OUTOFMEMORY indicates that the device is out of memory.
Images may be either bitmaps or icons. If the images are bitmaps, a mask must also be supplied.