This method is called by the shell to start voice Help.
HRESULT IAPCSpeech::VoiceHelpStart( DWORD promptType );
An appropriate HRESULT value is returned.
The application must not call VoiceHelpStart or VoiceHelpStop.
Short Help lists all of the active speech commands by playing waveform (WAV) files that you provide. The Help system can only find the WAV file if the name of the WAV file is the same as the string used for the speech command. For example, short Help lists the volume command only if there is a file named Volume.wav in the \Windows directory. If the appropriate file does not exist, short Help does not list the command.
The command strings the application adds to the voice menu should be used to include the long and short voice Help strings, separated by tabs. The first string is the command string, the second is the long voice Help string. The third string is optional, and specifies a string to use for short voice Help instead of the command string.
The following table contains possible long and short voice Help combinations.
Command |
Description |
cmd\tlong Help\tshort Help | Has both long and short Help. |
cmd | There is no long Help, and short Help is the same as command. |
cmd\t\tshort Help | There is no long Help, and short Help is different from command. |
cmd\tlong Help\t | Has long Help but no short Help. |
cmd\tlong Help | Has long Help, and short Help is the same as command. |