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 7 - Classes and Methods / CyberProgressBroadcaster


SetErrorString

Sets the error string associated with an asynchronous process.

void SetErrorString (in StringPtr errorStr);
errorStr
A pointer to a string buffer that contains the error string.
DISCUSSION
You can call the SetErrorString method to set an error string for an asynchronous process and broadcast the change to all attached progress receivers.

If you subclass CyberProgressBroadcaster and override this method, your override must call its inherited method.

SEE ALSO
The GetErrorString method (page 303).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996