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

Method EmptyUndoBuffer

DuiLib/Control/UIRichEdit.cpp:1606–1609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1604}
1605
1606void CRichEditUI::EmptyUndoBuffer()
1607{
1608 TxSendMessage(EM_EMPTYUNDOBUFFER, 0, 0, 0);
1609}
1610
1611UINT CRichEditUI::SetUndoLimit(UINT nLimit)
1612{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected