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

Method AddString

src/Setup/wtl90/atlctrls.h:5978–5982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5976#endif // !_WIN32_WCE
5977
5978 int AddString(UINT nStringID)
5979 {
5980 ATLASSERT(::IsWindow(m_hWnd));
5981 return (int)::SendMessage(m_hWnd, TB_ADDSTRING, (WPARAM)ModuleHelper::GetResourceInstance(), (LPARAM)nStringID);
5982 }
5983
5984 int AddStrings(LPCTSTR lpszStrings)
5985 {

Callers

nothing calls this directly

Calls 1

GetResourceInstanceFunction · 0.85

Tested by

no test coverage detected