IVDctNotifySink::CommandBuiltIn

HRESULT CommandBuiltIn(PTSTR pszCommand);

Sent when a spoken command was recognized and handled. The commands was for the current dictation session and automatically handled by the Voice Dictation module.

· Return value is ignored.

pszCommand

[in] Address of the command string. If this parameter contains NULL, the command was not recognized.

An application can use the CommandBuiltIn notification to monitor commands and inform the user what was heard. Most applications ignore this notification.

If automatic locking is on then the buffer is locked as soon as this callback is made. The application will have to call IVDctText::UnLock.