Platform SDK: Agent

IAgentSpeechInputProperties::GetListeningTip

HRESULT GetListeningTip(
long * pbListeningTip  // address of variable for listening tip flag
);                       

Retrieves a value indicating whether the Listening Tip is enabled for display.

pbListeningTip
Address of a variable that receives True if the Listening Tip is enabled for display, or False if the Listening Tip is disabled.

If GetEnabled returns False, querying any other speech input properties returns an error.

See Also

IAgentSpeechInputProperties::GetEnabled