TELGetDNSoundOutput
Gets a reference to the sound output component associated with a directory number.
pascal TELErr TELGetDNSoundOutput ( TELDNHandle hTELDN, Component *SndOut);
hTELDN- A handle to a directory number structure.
SndOut- On exit, a component reference to the sound output stream associated with the specified directory number.
- function result
- A result code.
DESCRIPTION
TheTELGetDNSoundOutputfunction returns, in theSndOutparameter, a reference to the sound output component associated with the directory number specified by thehTELDNparameter.SEE ALSO
You can dispose of the sound output component by callingTELDisposeDNSoundOutput(next).