TELCallbackNow
Places a call in response to a local or remote callback request.
pascal TELErr TELCallbackNow (TELCAHandle hTELCA, short callbackRef);
hTELCA- A handle to a call appearance structure to use for the callback. You get this handle by calling the
TELSetupCallfunction (page 4-24).callbackRef- A reference value that identifies a callback request. You provide the reference. If you originated the callback request, you can obtain the reference from either the
callbackRefparameter returned by theTELCallbackSetfunction or themTypeparameter of thetelCACallbackMsgmessage that has itsvalueparameter set totelCallbackNowAvailto which you are responding. If you are responding to a callback request made by a remote party, you can obtain the reference from themTypeparameter of thetelCACallbackMsgmessage that has itsvalueparameter set totelCallbackDesired.- function result
- A result code.
DESCRIPTION
You call theTELCallbackNowfunction in response to atelCACallbackMsgmessage that has itsvalueparameter set to eithertelCallbackDesiredortelCallbackNowAvail.A
telCACallbackMsgmessage that has itsvalueparameter set totelCallbackDesiredtells you that a remote party wants a return call.A
telCACallbackMsgmessage that has itsvalueparameter set totelCallbackNowAvailis a notification that a previously busy remote number is available.SEE ALSO
You use theTELCallbackSetfunction (page 4-42) to make a callback request.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help