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

Function AddString

Libraries/PropertyGrid/PropertyList.h:477–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475 // Unsupported methods
476
477 int AddString(LPCTSTR /*lpszItem*/)
478 {
479 ATLASSERT(false);
480 return LB_ERR;
481 }
482
483 int InsertString(int /*nIndex*/, LPCTSTR /*lpszItem*/)
484 {

Callers 1

AddItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected