IAgentCommands::Add
[Microsoft 代理从 Windows 7 开始已弃用,可能在后续版本的 Windows 中不可用。]
HRESULT Add(
BSTR bszCaption, // Caption setting for Command
BSTR bszVoice, // Voice setting for Command
long bEnabled, // Enabled setting for Command
long bVisible, // Visible setting for Command
long * pdwID // address for variable for ID
);
- 返回指示操作成功的S_OK。
-
bszCaption
-
bszVoice
-
bEnabled
-
一个布尔表达式,指定 Commands 集合中命令的 Enabled 设置。 如果 参数为 True,则启用 命令 ,并且可以选择;如果 为 False,则禁用 命令 。
-
bVisible
-
一个布尔表达式,指定 Commands 集合中的 Command 的Visible 设置。 如果参数为 True,则 命令 将在角色的弹出菜单中可见, (如果 Caption 属性也设置为) 。
-
pdwID
-
接收所添加 命令的 ID 的变量的地址。
另请参阅
IAgentCommand::SetCaption、 IAgentCommand::SetEnabled、 IAgentCommand::SetVisible、 IAgentCommand::SetVoice、 IAgentCommands::Insert、 IAgentCommands::Remove、 IAgentCommands::RemoveAll