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

Method SetEventMask

DuiLib/Control/UIRichEdit.cpp:1379–1384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1377}
1378
1379DWORD CRichEditUI::SetEventMask(DWORD dwEventMask)
1380{
1381 LRESULT lResult;
1382 TxSendMessage(EM_SETEVENTMASK, 0, dwEventMask, &lResult);
1383 return (DWORD)lResult;
1384}
1385
1386CDuiString CRichEditUI::GetTextRange(long nStartChar, long nEndChar) const
1387{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected