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
hTELCA parameter.
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
TELParkCall function (page 4-45) for more information.
- function result
- A result code.
DESCRIPTION
After your application calls the TELRetrieveParkedCall function, your call appearance message handler should receive the messages telCACallParkMsg and telCAActiveMsg.