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

Method GetInterface

DuiLib/Control/UIDateTime.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 LPVOID CDateTimeUI::GetInterface(LPCTSTR pstrName)
181 {
182 if( _tcscmp(pstrName, DUI_CTR_DATETIME) == 0 ) return static_cast<CDateTimeUI*>(this);
183 return CLabelUI::GetInterface(pstrName);
184 }
185
186 SYSTEMTIME& CDateTimeUI::GetTime()
187 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected