Platform SDK: Agent

IAgentPropertySheet::GetPage

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

Retrieves the current page of the Microsoft Agent property sheet.

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:
"Speech" The Speech Input page.
"Output" The Output page.
"Copyright" The Copyright page.

See Also

IAgentPropertySheet::SetPage