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

Function PropCreateBlockItem

Libraries/PropertyGrid/PropertyGrid.h:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169};
170
171inline HPROPERTY PropCreateBlockItem(LPCTSTR pstrName, LPARAM lParam = 0)
172{
173 return new CPropertyBlockItem(pstrName, lParam);
174}
175
176
177/////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected