13 SINGLETON2_TYPE(SINGLETON_HOSTMGR)
14 friend class SHostWnd;
Pseudo-Singleton Template.
Wrapper class for a critical section.
bool RemoveHostMsgHandler(HWND hHost)
移除宿主窗口消息处理程序
bool AddHostMsgHandler(HWND hHost)
添加宿主窗口消息处理程序
void DispatchMessage(UINT uMsg, WPARAM wp=0, LPARAM lp=0)
分发消息到宿主窗口
SCriticalSection m_cs
临界区对象,用于线程同步
SMap< HWND, bool > m_mapHostMsgHandler
宿主窗口消息处理程序映射表