XLL+ Class Library (7.0)

CRtdAsyncManager::SetWaitMessage

Sets the message returned by incomplete asynchronous functions.

void SetWaitMessage(
   const TCHAR* waitMessage
);

Parameters

waitMessage

The string that will be returned by all incomplete asynchronous functions.

If the value is blank then a default value will be used. This is "#WAIT!" in English and a similar value in other supported run-time languages.

Requirements

Header: rtdlink.h

See Also

CRtdAsyncManager Class | CRtdAsyncManager Methods