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


GetErrorString

Retrieves the error string associated with an asynchronous process.

void GetErrorString (in StringPtr errorStr);
errorStr
A pointer to a string buffer. On return, the buffer contains the error string.
DISCUSSION
The GetErrorString method returns a pointer to the last error string set by the SetErrorString method or an empty string if SetErrorString has not been called since the object was initialized or reset.

SEE ALSO
The SetErrorString method (page 310).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996