XLL+ Class Library (6.3)

CXllRtdFeedServerProxy::UnregisterClient

Unregisters as a client of the RTD server. No further call-backs will be routed to the client.

bool UnregisterClient( );

Return Value

The function will return true if unregistration succeeded. It will return false if the client could not be found.

Remarks

An XLL should call RegisterClient during close-down, usually during CXllApp::OnXllClose.

Requirements

Header: XllRtdFeedServerProxy.h

See Also

CXllRtdFeedServerProxy Class | CXllRtdFeedServerProxy Methods