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

Function OnCreate

Libraries/PropertyGrid/PropertyTree.h:525–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523 END_MSG_MAP()
524
525 LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
526 {
527 LRESULT lRes = DefWindowProc();
528 _Init();
529 return lRes;
530 }
531
532 LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
533 {

Callers

nothing calls this directly

Calls 1

_InitFunction · 0.70

Tested by

no test coverage detected