XLL+ Class Library

CXllMtMsg::~CXllMtMsg

Destroys a CXllMtMsg object

[C++]
virtual ~CXllMtMsg();

Remarks

Classes descended from CXllMtMsg should have a virtual destructor. This allows the framework to clean up any messages that are left on the queue when the application is closed.

Requirements

Header: xlppush.h

See Also

CXllMtMsg Class | CXllMtMsg Methods