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

Method GetParaFormat

DuiLib/Control/UIRichEdit.cpp:1476–1482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1474}
1475
1476DWORD CRichEditUI::GetParaFormat(PARAFORMAT2 &pf) const
1477{
1478 pf.cbSize = sizeof(PARAFORMAT2);
1479 LRESULT lResult;
1480 TxSendMessage(EM_GETPARAFORMAT, 0, (LPARAM)&pf, &lResult);
1481 return (DWORD)lResult;
1482}
1483
1484bool CRichEditUI::SetParaFormat(PARAFORMAT2 &pf)
1485{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected