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

Method GetSel

DuiLib/Control/UIRichEdit.cpp:1253–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1251}
1252
1253void CRichEditUI::GetSel(CHARRANGE &cr) const
1254{
1255 TxSendMessage(EM_EXGETSEL, 0, (LPARAM)&cr, 0);
1256}
1257
1258void CRichEditUI::GetSel(long& nStartChar, long& nEndChar) const
1259{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected