SOUNDSRV: Demonstrates a Sound Server

The SOUNDSRV sample application is a dynamic data exchange
(DDE) server that can play WAVE files and built-in wave
resources. The sample was implemented with the code
discussed in the "Quick and Easy DDE Server" technical
article on the Microsoft(R) Developer Network CD.

The service name is "SOUNDSRV". Execute commands can be
sent to the "SOUND" topic. Here's the command set:

>  PlaySound <sound-name>

>  PlayResource <resource-name>

where <sound-name> is a placeholder for the name of a WAVE
file or the name of an entry in the [SOUNDS] section of
WIN.INI. You can use the same type of name that you would
pass to the sndPlaySound function.

<resource-name> can be one of the following:

>  GoodMorning

>  GoodAfternoon

>  GoodEvening

>  GoodNight

>  Sandwich

>  Rolls

>  Jolly
 
>  Cheerio

>  Wrong

>  Deleted

>  Formated

>  TallyHo

>  Whip

>  MoreTea

>  GoodShow

KEYWORDS: CD3
