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

Method GetInterface

DuiLib/Control/UIEdit.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 LPVOID CEditUI::GetInterface(LPCTSTR pstrName)
172 {
173 if( _tcscmp(pstrName, DUI_CTR_EDIT) == 0 ) return static_cast<CEditUI*>(this);
174 return CLabelUI::GetInterface(pstrName);
175 }
176
177 UINT CEditUI::GetControlFlags() const
178 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected