XLL+ Class Library (7.0)

CXllPushApp::OnTopicAdd

Called in main thread whenever a new topic is added to the list of connections

virtual void OnTopicAdd(
   LPCSTR pszTopic
);

Parameters

pszTopic

The topic string.

Remarks

This method is called whenever a new topic is added to the list of connections. It will not be called for the second or third such connection, only the first. The default implementation does nothing.

Requirements

Header: xlppush.h

See Also

CXllPushApp Class | CXllPushApp Methods | CXllPushApp::OnTopicRemove