IAgentCommandWindow::GetVisible
HRESULT GetVisible(
long * pbVisible // address of variable for Visible setting for
); // Voice Commands Window
Determines whether the Voice Commands Window is visible or hidden.
- Returns S_OK to indicate the operation was successful.
- pbVisible
- Address of a variable that receives True if the Voice Commands Window is visible, or False if hidden.
See Also
IAgentCommandWindow::SetVisible