IAgentCommandEx::GetVoiceCaption
[Microsoft Agent est déconseillé à partir de Windows 7 et peut ne pas être disponible dans les versions ultérieures de Windows.]
HRESULT GetVoiceCaption(
BSTR * pbszVoiceCaption // address of command's voice caption text
);
Récupère voiceCaption pour une commande.
- Retourne S_OK pour indiquer que l’opération a réussi.
-
pbszVoiceCaption
-
Adresse d’un BSTR qui reçoit la valeur du texte de légende affiché pour une commande.
VoiceCaption est le texte qui apparaît pour un objet Command dans la fenêtre Commandes vocales lorsque votre application cliente est active en entrée.
Voir aussi
IAgentCommandEx::SetVoiceCaption, IAgentCommand::SetEnabled, IAgentCommand::SetVisible, IAgentCommand::SetVoice, IAgentCommandsEx::AddEx, IAgentCommandsEx::InsertEx, IAgentCommands::Add, IAgentCommands::Insert