IAgentAudioOutputProperties::GetEnabled

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

HRESULT GetEnabled(
long * pbEnabled  // address of variable for audio output Enabled setting 
);                      

Retrieves a value indicating whether character speech output is enabled.

  • Returns S_OK to indicate the operation was successful.

pbEnabled

Address of a variable that receives True if the speech output is currently enabled and False if disabled.

Because this setting affects spoken output (TTS and sound file) for all characters, only the user can change this property in the Microsoft Agent property sheet.