TELDisposeHSSoundOutput
Disposes of the sound output component associated with a telephone handset.
pascal TELErr TELDisposeHSSoundOutput (
TELHandle termHand,
Component SndOut);
termHand
- A handle to a directory number structure.
SndOut
- A component reference to the sound output stream associated with the specified telephone handset. You can get this reference by calling
TELGetHSSoundOutput.
- function result
- A result code.
DESCRIPTION
The TELDisposeHSSoundOutput function disposes of the sound output component specified by the SndOut parameter that is associated with the telephone handset specified by the termHand parameter.