MCPcopy Create free account
hub / github.com/cinience/RedisStudio / MessageBoxWhd

Method MessageBoxWhd

RedisStudio/MessageBoxWhd.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8DUI_END_MESSAGE_MAP()
9
10MessageBoxWhd::MessageBoxWhd(MsgType type, UINT code, CDuiString msg)
11{
12 m_uType = type;
13 m_uMsgCode = code;
14 m_dstrExMsg = msg;
15}
16
17MessageBoxWhd::~MessageBoxWhd(void)
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected