IASTabber::put_Image

This method sets the image handle associated with a tab.

Syntax

HRESULT put_Image( long lIndex, OLE_HANDLE hImage,
OLE_HANDLE hImageMask );

Parameters

lIndex
Long integer that contains the index of the tab.
hImage
Handle to the available images.
hImageMask
Handle to the image list mask. The mask specifies which images in the list can be displayed.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.