TELToolFunctions
Shows whether a telephone tool supports a specified Telephone Manager function.
pascal TELErr TELToolFunctions ( TELHandle hTEL, short msgcode, Boolean *supportsIt);
hTEL- The handle to the telephone record associated with the telephone tool.
msgcode- The message code associated with a particular Telephone Manager function. See Chapter 5 for a complete list of these message codes.
supportsIt- A pointer to a Boolean value that indicates whether the specified message is supported. This function returns
trueif the telephone tool supports the specified Telephone Manager function. A value offalseindicates that the function is not supported by the telephone tool.- function result
- A result code.
DESCRIPTION
You can use theTELToolFunctionsfunction to check whether a specific telephone tool supports a Telephone Manager function used in your application. The handle (specified byhTEL) is generated when you use theTELNewWithResultfunction to create a new telephone record for a telephone tool. The message code is generally composed of the function name appended with the suffixMsg. (For example,telCACallParkMsgis the message code for theTELCACallParkfunction.)
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help