TELCallbackClear
Clears a callback request.
pascal TELErr TELCallbackClear (TELHandle hTEL, short callbackRef);
hTEL- A handle to the telephone structure for the user's terminal. You get the handle from either the
TELNeworTELNewWithResultfunction.callbackRef- A value that identifies the callback request to be cleared. If you originated the callback request, set this parameter to the identifier returned by the
TELCallbackSetfunction (page 4-42) in itscallbackRefparameter. If you are clearing a callback request made by a remote party, set it to the value of themTypeparameter of thetelCACallbackMsgmessage that has itsvalueparameter set totelCallbackDesired.- function result
- A result code.
DESCRIPTION
TheTELCallbackClearfunction clears a callback request, regardless of whether the request originated at the local terminal or a remote terminal. To clear a locally-generated callback request, you must have previously set up the request with theTELCallbackSetfunction. To clear a remotely-generated callback request, your call appearance message handler will have previously received atelCACallbackMsgmessage with thevalueparameter set totelCallbackDesired.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help