IASPowerListBoxStringSpinner::get_Items
This method gets the strings used by the string spinner.
Syntax
HRESULT get_Items( BSTR *pbstrItems );
Parameters
- pbstrItems
- Pointer to the 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.