XLL+ Class Library (7.0)

CRtdLink::CRtdLink

Constructs a CRtdLink object

CRtdLink(
   size_t maxThreads = 4,
   const TCHAR* waitMessage = _T("")
);

Parameters

maxThreads

The maximum number of threads that will be used by for asynchronous functions.

If the value is 0 then an exception of type CXlOutOfRangeException will be thrown.

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.

Remarks

The parameter values passed to this constructor will be applied to the CRtdAsyncManager object owned by the base class.

Requirements

Header: rtdlink.h

See Also

CRtdLink Class | CRtdLink Methods