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: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 6 - Types, Constants, and Global Functions / Types and Constants
Asynchronous Processes


The Asynchronous Process Message

The enumeration CDAbortProcMessage specifies the possible error conditions of an asynchronous process. For Cyberdog version 1.0, there is only one possible error condition. The CyberProgressBroadcaster::Abort method calls MyAbortFunction (page 191), a callback function that you define to implement the abort behavior of a progress broadcaster. A CDAbortProcMessage constant is passed as a parameter to the callback function.

enum CDAbortProcMessage
{
   kAbortMessage
};
Constants of this type

kAbortMessage
The asynchronous process was terminated.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996