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

Method GetEventMask

DuiLib/Control/UIRichEdit.cpp:1372–1377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1370}
1371
1372DWORD CRichEditUI::GetEventMask() const
1373{
1374 LRESULT lResult;
1375 TxSendMessage(EM_GETEVENTMASK, 0, 0, &lResult);
1376 return (DWORD)lResult;
1377}
1378
1379DWORD CRichEditUI::SetEventMask(DWORD dwEventMask)
1380{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected