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

Function InsertString

Libraries/PropertyGrid/PropertyList.h:483–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481 }
482
483 int InsertString(int /*nIndex*/, LPCTSTR /*lpszItem*/)
484 {
485 ATLASSERT(false);
486 return LB_ERR;
487 }
488
489 int DeleteString(UINT /*nIndex*/)
490 {

Callers 1

AddColorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected