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

Function OnCreate

Libraries/PropertyGrid/PropertyGrid.h:674–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672 END_MSG_MAP()
673
674 LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
675 {
676 LRESULT lRes = DefWindowProc();
677 _Init();
678 return lRes;
679 }
680
681 LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
682 {

Callers

nothing calls this directly

Calls 1

_InitFunction · 0.70

Tested by

no test coverage detected