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

Function OnCreate

Libraries/PropertyGrid/PropertyList.h:634–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632 END_MSG_MAP()
633
634 LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
635 {
636 LRESULT lRes = DefWindowProc(uMsg, wParam, lParam);
637 _Init();
638 return lRes;
639 }
640
641 LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
642 {

Callers

nothing calls this directly

Calls 1

_InitFunction · 0.70

Tested by

no test coverage detected