| 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 | { |
nothing calls this directly
no test coverage detected