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

Method GetInterface

DuiLib/Control/UIText.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 LPVOID CTextUI::GetInterface(LPCTSTR pstrName)
24 {
25 if( _tcscmp(pstrName, DUI_CTR_TEXT) == 0 ) return static_cast<CTextUI*>(this);
26 return CLabelUI::GetInterface(pstrName);
27 }
28
29 UINT CTextUI::GetControlFlags() const
30 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected