IASPowerListBoxItem::get_Caption

This method retrieves the caption associated with a particular item.

Syntax

HRESULT get_Caption( BSTR *pbstrCaption );

Parameters

pbstrCaption
Pointer to the Unicode string to be displayed as the caption.

Return Values

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