IAgentPropertySheet::GetPage
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:
"Speech" |
The Speech Input page. |
"Output" |
The Output page. |
"Copyright" |
The Copyright page. |
See Also
IAgentPropertySheet::SetPage