IAgentUserInput
[从 Windows 7 开始,Microsoft代理已弃用,在后续版本的 Windows 中可能不可用。
当服务器使用 IAgentNotifySink::Command通知输入活动客户端时,它将通过 IAgentUserInput 对象返回信息。 IAgentUserInput 定义允许应用程序查询这些值的接口。
Vtable Order 中的 方法
IAgentUserInput 方法 | 描述 |
---|---|
GetCount | 返回 命令 事件中返回的命令替代项数。 |
GetItemID | 返回特定 命令 替代项的 ID。 |
GetItemConfidence | 返回特定 Command 替代项的 Confidence 属性的值。 |
GetItemText | 返回特定 Command 替代项的 Voice 文本的值。 |
GetAllItemData | 返回所有 命令 替代项的数据。 |