TELRetrieveParkedCall
Retrieves a parked call.
pascal TELErr TELRetrieveParkedCall ( TELCAHandle hTELCA, ConstStr255Param parkRetrieveID);
hTELCA- A handle to the call appearance structure for the call you want to retrieve. Provide the same handle that you passed to the TELParkCall function (page 4-45) in its
hTELCAparameter.parkRetrieveID- A pointer to a Pascal-style string containing the ID needed to retrieve the call. You set the string to the system-generated ID, the user-generated ID, or a concatenation of both, depending on the phone system requirement. See the description of the
TELParkCallfunction (page 4-45) for more information.- function result
- A result code.
DESCRIPTION
After your application calls theTELRetrieveParkedCallfunction, your call appearance message handler should receive the messagestelCACallParkMsgandtelCAActiveMsg.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help