IASPowerListBox::Remove

This method removes an item specified by its identifier.

Syntax

HRESULT Remove( long lItemId );

Parameters

lItemId
Long integer that contains the identifier of the item to be removed.

Return Values

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