IASTabber::get_Image

This method retrieves the image handle associated with a tab.

Syntax

HRESULT get_Image( long lIndex, OLE_HANDLE *phImage, OLE_HANDLE *phImageMask );

Parameters

lIndex
Long integer that contains the index of the tab.
phImage
Pointer to the handle to the available images.
phImageMask
Pointer to the 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.