XLL+ Class Library (6.3)

CXllRtdFeedServerProxy::CallRtd

Makes a call to the RTD server, via Excel, indicating to Excel that the result of the current add-in function is dynamic.

int CallRtd(
   CXlOper& xloRtdResult,
   LPCWSTR lpszTopic
);

Parameters

xloRtdResult

A reference to a CXlOper object that will receive the result of the RTD call. This result is usually ignored by client applications.

lpszTopic

A pointer to a null-terminated unicode string containing the topic to which the calling cell will be linked.

Remarks

This call should be made during an add-in function that returns dynamic data. Whenever the topic's data is updated, the caller cell will be recalculated.

Requirements

Header: XllRtdFeedServerProxy.h

See Also

CXllRtdFeedServerProxy Class | CXllRtdFeedServerProxy Methods