CGXPluginComponent::m_bExitMessage
BOOL m_bExitMesssage;
Remarks
If you set m_bExitMessage equal to TRUE, the window procedure should return after the plug-in component has processed the message. See the source code for WindowProc earlier in this article to see how to process this attribute in the override of the WindowProc method in your parent window class.