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

Method GetInterface

DuiLib/Control/UIRichEdit.cpp:1050–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048}
1049
1050LPVOID CRichEditUI::GetInterface(LPCTSTR pstrName)
1051{
1052 if( _tcscmp(pstrName, DUI_CTR_RICHEDIT) == 0 ) return static_cast<CRichEditUI*>(this);
1053 return CContainerUI::GetInterface(pstrName);
1054}
1055
1056UINT CRichEditUI::GetControlFlags() const
1057{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected