MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnCreate

Function OnCreate

Libraries/TabbingFramework/CustomTabCtrl.h:1317–1328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315 END_MSG_MAP()
1316
1317 LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
1318 {
1319 LRESULT lRes = DefWindowProc();
1320 if(lRes == -1)
1321 {
1322 return -1;
1323 }
1324
1325 T* pT = static_cast<T*>(this);
1326 pT->Initialize();
1327 return lRes;
1328 }
1329
1330 LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
1331 {

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected