IASPowerListBoxEdit::get_Text

This method retrieves the text in the edit control.

Syntax

HRESULT get_Text( BSTR *pbstrText );

Parameters

pbstrText
Pointer to the Unicode string that contains the edit item’s text.

Return Values

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