Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Networking With Open Transport / Part 2 - Open Transport Reference
Chapter 23 - Programming With Open Transport Reference / Functions
Working With Timer Tasks /


OTDestroyTimerTask

Disposes of a timer task.

C INTERFACE
pascal void OTDestroyTimerTask(long TimerTask);
C++ INTERFACE
None. C++ applications use the C interface to this function.

PARAMETERS
timerTask
A 32-bit value identifying the timer task to be destroyed. This value is returned by the OTCreateTimerTask function.
function result
The result kOTNoError.
DISCUSSION
The OTDestroyTimerTask function deallocates memory and resources used to store and schedule a timer task.

SEE ALSO
The OTScheduleTimerTask function.

The OTCancelTimerTask function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998