TELDNSelect
Selects or deselects a directory number.
pascal TELErr TELDNSelect (TELDNHandle hTELDN, Boolean select);
hTELDN
- A handle to a directory number structure.
select
- A Boolean value that indicates whether to select (
true) or deselect (false) the specified directory number.
- function result
- A result code.
DESCRIPTION
The TELDNSelect function selects or deselects the directory number specified by the hTELDN parameter, according to the value passed in the select parameter. If select is true, the directory number is selected. Note that selecting a directory number puts on hold all calls of the previously selected directory number. If select is false, the directory number is deselected. Deselecting a directory number drops all call appearances associated with that directory number.