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

Function PropCreateList

Libraries/PropertyGrid/PropertyItemImpl.h:978–981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

976}
977
978inline CPropertyListItem* PropCreateList(LPCTSTR pstrName, LPCTSTR* ppList, int iValue = 0, LPARAM lParam = 0)
979{
980 return new CPropertyListItem(pstrName, ppList, iValue, lParam);
981}
982
983inline CPropertyComboItem* PropCreateComboControl(LPCTSTR pstrName, HWND hWndList, int iValue, LPARAM lParam = 0)
984{

Callers 2

_InitTreeMethod · 0.85
CreateEnumTypeItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected