IAgentSpeechInputProperties::GetListeningTip

[Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows.]

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

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

  • Returns S_OK to indicate the operation was successful.

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