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


SetStatusString

Sets the status string associated with an asynchronous process.

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

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

SEE ALSO
The GetStatusString method (page 306).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996