Important: The information in this document is obsolete and should not be used for new development.
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 theSetStatusStringmethod 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
TheGetStatusStringmethod (page 306).