IAgentCommand::GetCaption
[Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows.]
HRESULT GetCaption(
BSTR * pbszCaption // address of Caption for Command
);
Retrieves the Caption for a Command.
- Returns S_OK to indicate the operation was successful.
-
pbszCaption
-
The address of a BSTR that receives the value of the Caption text displayed for a Command.
See Also
IAgentCommand::SetCaption, IAgentCommand::SetEnabled, IAgentCommand::SetVisible, IAgentCommand::SetVoice, IAgentCommands::Add, IAgentCommands::Insert