IAgentCommandWindow::GetVisible

[Microsoft 代理程式在 Windows 7 中已被取代,且在後續版本的 Windows 中可能無法使用。]

HRESULT GetVisible(
   long * pbVisible  // address of variable for Visible setting for 
);                   // Voice Commands Window

判斷語音命令視窗是否可見或隱藏。

  • 傳回S_OK,表示作業成功。

pbVisible

如果顯示語音命令視窗,則為接收 True 的變數位址,如果隱藏則為 False

另請參閱

IAgentCommandWindow::SetVisible