| 1370 | } |
| 1371 | |
| 1372 | DWORD CRichEditUI::GetEventMask() const |
| 1373 | { |
| 1374 | LRESULT lResult; |
| 1375 | TxSendMessage(EM_GETEVENTMASK, 0, 0, &lResult); |
| 1376 | return (DWORD)lResult; |
| 1377 | } |
| 1378 | |
| 1379 | DWORD CRichEditUI::SetEventMask(DWORD dwEventMask) |
| 1380 | { |
nothing calls this directly
no outgoing calls
no test coverage detected