IASPowerListBox::get_CommandPrompt

This method gets the command prompt.

Syntax

HRESULT get_CommandPrompt( BSTR *pbstrCommandPrompt );

Parameters

pbstrCommandPrompt
Pointer to the Unicode string to be used for a command prompt.

Return Values

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

Remarks

The command prompt is a string that is displayed in front of command items that have rows. Only one command item can have the focus at one time.