IASPowerListBox::get_StatusItemsImageList
This method specifies the list of status images.
Syntax
HRESULT get_StatusItemsImageList( OLE_HANDLE *phImage OLE_HANDLE *phImageMask short *pcImages );
Parameters
- phImage
- Pointer to the handle of the image list.
- phImageMask
- Pointer to the handle to the image list mask. The mask specifies which images in the list are displayed.
- pcImages
- Pointer to the number of images in the list
Return Values
NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.