IAgentCommands::Remove

[Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows.]

HRESULT Remove(
   long dwID  // Command ID
);

Removes the specified Command from a Commands collection.

  • Returns S_OK to indicate the operation was successful.

dwID

The ID of a Command to remove from the Commands collection.

Removing a Command from a Commands collection also removes it from the pop-up menu and the Voice Commands Window when your application is input-active.

See Also

IAgentCommands::Add, IAgentCommands::Insert, IAgentCommands::RemoveAll