IASPowerListBox::RemoveAt

This method removes an item specified by its index.

Syntax

HRESULT RemoveAt( long lIndex );

Parameters

lIndex
Long integer that contains the index of the item to be removed.

Return Values

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