XLL+ Class Library (6.3)

CXllPushApp::OnTopicRemove

Called in main thread whenever the last connection to a topic is removed from the list of connections

virtual void OnTopicRemove(
   LPCSTR pszTopic
);

Parameters

pszTopic

The topic string.

Remarks

This method is called whenever the a topic is removed from the list of connections. It will only be called when the last connection to the topic is removed. The default implementation does nothing.

Requirements

Header: xlppush.h

See Also

CXllPushApp Class | CXllPushApp Methods | CXllPushApp::OnTopicRemove