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

Function PropCreateColorItem

DebugView++/PropertyColorItem.h:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172};
173
174inline CPropertyColorItem* PropCreateColorItem(const wchar_t* name, COLORREF color)
175{
176 return new CPropertyColorItem(name, color);
177}
178
179} // namespace debugviewpp
180} // namespace fusion

Callers 1

InsertFilterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected