TELOtherFeatureImplement
Invokes a network-switch feature returned by theTELOtherFeatureListfunction.
pascal TELErr TELOtherFeatureImplement ( TELHandle hTEL, Handle theHandle, short featureID);
hTEL- The handle for the telephone record associated with the telephone tool.
theHandle- The handle for the type of record used to implement the feature. The handle type is defined by the
handleTypefield in the feature list accessed through theTELOtherFeatureListfunction.featureID- The feature ID specifying the feature to be implemented. This ID is provided in the feature list accessed through the
TELOtherFeatureListfunction.- function result
- A result code. See "Result Codes" on page 1-58 for a list of result codes that the Telephone Manager may return.
DESCRIPTION
You can use theTELOtherFeatureImplementfunction to implement a telephone tool feature for which there is no corresponding Telephone Manager function. You can determine which network-switch features are offered by a tool by using theTELOtherFeatureListfunction.