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
TheGetErrorStringmethod returns a pointer to the last error string set by theSetErrorStringmethod or an empty string ifSetErrorStringhas not been called since the object was initialized or reset.SEE ALSO
TheSetErrorStringmethod (page 310).