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

Method GetInterface

DuiLib/Control/UIScrollBar.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 LPVOID CScrollBarUI::GetInterface(LPCTSTR pstrName)
23 {
24 if( _tcscmp(pstrName, DUI_CTR_SCROLLBAR) == 0 ) return static_cast<CScrollBarUI*>(this);
25 return CControlUI::GetInterface(pstrName);
26 }
27
28 CContainerUI* CScrollBarUI::GetOwner() const
29 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected