TELOtherFeatureList
Returns a list of network-switch features that can be accessed without passing any tool-specific parameters.
pascal TELErr TELOtherFeatureList ( TELHandle hTEL, FeatureListPtr *fList);
hTEL- The handle for the telephone record associated with the telephone tool.
fList- A pointer to a linked list that describes each feature offered by a telephone tool. See "Feature List Structure" on page 1-28 for information about the feature list structure.
- 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 theTELOtherFeatureListfunction to list network-switch features offered by a telephone tool. The list includes features that can be accessed through your application without passing any tool-specific parameters to the telephone tool.Once you have used the
TELOtherFeaturesListfunction to determine which special features are offered by a telephone tool, you can use theTELOtherFeatureImplementfunction to access the feature through your application.
- Note
- You are not responsible for disposing of the feature list pointer because this is handled by the telephone tool.
![]()