XLL+ Class Library (7.0)

CRtdLink Class

Proxy class that supports the asynchronous function implementation of older XLL+ versions.

class CRtdLink

Overview

The CRtdLink class was used by XLL+ version 6 and below. An instance of the class was inserted into the project's application class. As of XLL+ version 7, the CRtdAsyncManager is used instead. An instance of this class is created, on demand, inside the application class base class, CXllApp.

This deprecated class merely acts as a proxy for the instance of CRtdAsyncManager contained by the base class.

Requirements

Header: rtdlink.h

See Also

CRtdLink Methods | rtdlink.h | CRtdAsyncManager object