Important: The information in this document is obsolete and should not be used for new development.
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
TheGetErrorString
method returns a pointer to the last error string set by theSetErrorString
method or an empty string ifSetErrorString
has not been called since the object was initialized or reset.SEE ALSO
TheSetErrorString
method (page 310).