IAgentPropertySheet::SetPage

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

HRESULT SetPage(
   BSTR bszPage  // current property page
);

Sets the current page of the Microsoft Agent property sheet.

  • Returns S_OK to indicate the operation was successful.

bszPage

A BSTR that sets the current page of the property. The parameter can be one of the following.

Description
"Speech" The Speech Input page.
"Output" The Output page.
"Copyright" The Copyright page.

 

See Also

IAgentPropertySheet::GetPage