TELSetDNProgressDet
Sets the state of the call progress indicator for a directory number.
pascal TELErr TELSetDNProgressDet (
TELDNHandle hTELDN,
long selector,
Boolean prgDetOn);
hTELDN
- A handle to a directory number structure.
selector
- Currently unused.
prgDetOn
- A Boolean value that indicates whether the call progress indicator is to be on (
true) or off (false) for the specified directory number.
- function result
- A result code.
DESCRIPTION
The TELSetDNProgressDet function sets the call progress indicator on or off for the directory number specified by the hTELDN parameter, depending on the value of the prgDetOn parameter.