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

Function PropCreateSimple

Libraries/PropertyGrid/PropertyItemImpl.h:953–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951}
952
953inline CPropertyEditItem* PropCreateSimple(LPCTSTR pstrName, LPCTSTR pstrValue, LPARAM lParam = 0)
954{
955 return new CPropertyEditItem(pstrName, CComVariant(pstrValue), lParam);
956}
957
958inline CPropertyEditItem* PropCreateSimple(LPCTSTR pstrName, int iValue, LPARAM lParam = 0)
959{

Callers 5

_InitGridMethod · 0.85
_InitListMethod · 0.85
_InitTreeMethod · 0.85
OnAddItemMethod · 0.85
InsertFilterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected