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

Method CTxtWinHost

DuiLib/Control/UIRichEdit.cpp:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241CTxtWinHost::CTxtWinHost() : m_re(NULL)
242{
243 ::ZeroMemory(&cRefs, sizeof(CTxtWinHost) - offsetof(CTxtWinHost, cRefs));
244 cchTextMost = cInitTextMax;
245 laccelpos = -1;
246}
247
248CTxtWinHost::~CTxtWinHost()
249{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected