管理宿主窗口消息处理的单例类
More...
#include <SHostMgr.h>
管理宿主窗口消息处理的单例类
Definition at line 12 of file SHostMgr.h.
◆ SHostMgr()
SNSBEGIN SHostMgr::SHostMgr |
( |
void | | ) |
|
◆ ~SHostMgr()
SHostMgr::~SHostMgr |
( |
void | | ) |
|
◆ AddHostMsgHandler()
bool SHostMgr::AddHostMsgHandler |
( |
HWND | hHost | ) |
|
|
protected |
添加宿主窗口消息处理程序
- Parameters
-
- Returns
- 成功返回TRUE,失败返回FALSE
Definition at line 13 of file SHostMgr.cpp.
◆ DispatchMessage()
void SHostMgr::DispatchMessage |
( |
UINT | uMsg, |
|
|
WPARAM | wp = 0, |
|
|
LPARAM | lp = 0 ) |
◆ RemoveHostMsgHandler()
bool SHostMgr::RemoveHostMsgHandler |
( |
HWND | hHost | ) |
|
|
protected |
移除宿主窗口消息处理程序
- Parameters
-
- Returns
- 成功返回TRUE,失败返回FALSE
Definition at line 22 of file SHostMgr.cpp.
◆ SHostWnd
◆ m_cs
◆ m_mapHostMsgHandler
SMap<HWND, bool> SHostMgr::m_mapHostMsgHandler |
|
protected |
The documentation for this class was generated from the following files: