IASPowerListBoxStringSpinner::put_Items

This method sets the strings used by the string spinner.

Syntax

HRESULT put_Items( BSTR bstrItems );

Parameters

bstrItems
Unicode string that contains the strings to be displayed, separated by a tab character.

Return Values

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