IASPowerListBox::put_StatusItemsImageList

This method specifies the list of status images.

Syntax

HRESULT put_StatusItemsImageList( OLE_HANDLE hImage,
OLE_HANDLE hImageMask, short cImages );

Parameters

hImage
Handle to the image list.
hImageMask
Handle to the image list mask. The mask specifies which images in the list are displayed.
cImages
Number of images in the list

Return Values

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