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

Method CreateControl

DuiLib/Utils/WinImplBase.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59CControlUI* WindowImplBase::CreateControl(LPCTSTR pstrClass)
60{
61 return NULL;
62}
63
64LRESULT WindowImplBase::MessageHandler(UINT uMsg, WPARAM wParam, LPARAM /*lParam*/, bool& /*bHandled*/)
65{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected