IAgentPropertySheet::GetPage

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

HRESULT GetPage(
BSTR * pbszPage  // address of variable for current property page
);

Retrieves the current page of the Microsoft Agent property sheet.

  • Returns S_OK to indicate the operation was successful.

pbszPage

Address of a variable that receives the current page of the property sheet (last viewed page if the window is not open). 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::SetPage