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

Function PropCreateDate

Libraries/PropertyGrid/PropertyItemImpl.h:973–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971}
972
973inline CPropertyDateItem* PropCreateDate(LPCTSTR pstrName, const SYSTEMTIME stValue, LPARAM lParam = 0)
974{
975 return new CPropertyDateItem(pstrName, stValue, lParam);
976}
977
978inline CPropertyListItem* PropCreateList(LPCTSTR pstrName, LPCTSTR* ppList, int iValue = 0, LPARAM lParam = 0)
979{

Callers 1

_InitListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected