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