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

Method AddString

src/Setup/wtl90/atlctrls.h:706–710  ·  view source on GitHub ↗

manipulating listbox items

Source from the content-addressed store, hash-verified

704
705 // manipulating listbox items
706 int AddString(LPCTSTR lpszItem)
707 {
708 ATLASSERT(::IsWindow(m_hWnd));
709 return (int)::SendMessage(m_hWnd, LB_ADDSTRING, 0, (LPARAM)lpszItem);
710 }
711
712 int DeleteString(UINT nIndex)
713 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected