IASPowerListBox::Item

This method retrieves a pointer to an item specified by its identifier.

Syntax

HRESULT Item( long lItemId IDispatch **ppdispItem );

Parameters

lItemId
Long integer that contains the identifier of the item.
ppdispItem
Pointer to the pointer to item’s IDispatch interface.

Return Values

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