HRESULT Deactivate(void);
Deactivates an active voice menu so that the application no longer listens for its commands. The menu is still open, so the application can start listening for the menu's commands again by calling IVCmdMenu::Activate to reactivate the menu.
· Returns NOERROR if successful, or VCMDERR_OUTOFMEM if a low memory condition exists.