IVCmdNotifySink::CommandStart

HRESULT CommandStart(void);

Notifies applications on a voice-command site that recognition processing has begun for a command.

· Return value is ignored.

The notification is sent only to applications that set the dwFlags parameter of the IVoiceCmd::Register member function to the VCMDRF_ALLMESSAGES or VCMDRF_ALLBUTVUMETER value when the application registered to use voice commands on the site.

An application can use CommandStart to indicate that it is processing what the user said. Most applications will ignore this notification.