MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / AddString

Method AddString

src/Setup/wtl90/atlctrls.h:9127–9131  ·  view source on GitHub ↗

Non-functional

Source from the content-addressed store, hash-verified

9125
9126// Non-functional
9127 int AddString(LPCTSTR /*lpszItem*/)
9128 {
9129 ATLASSERT(FALSE); // Not available in CComboBoxEx; use InsertItem
9130 return 0;
9131 }
9132
9133 int InsertString(int /*nIndex*/, LPCTSTR /*lpszString*/)
9134 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected