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

Method AddString

src/Setup/wtl90/atlctrls.h:1082–1086  ·  view source on GitHub ↗

manipulating listbox items

Source from the content-addressed store, hash-verified

1080
1081 // manipulating listbox items
1082 int AddString(LPCTSTR lpszString)
1083 {
1084 ATLASSERT(::IsWindow(m_hWnd));
1085 return (int)::SendMessage(m_hWnd, CB_ADDSTRING, 0, (LPARAM)lpszString);
1086 }
1087
1088 int DeleteString(UINT nIndex)
1089 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected