| 729 | } |
| 730 | |
| 731 | int AddFile(LPCTSTR lpstrFileName) |
| 732 | { |
| 733 | ATLASSERT(::IsWindow(m_hWnd)); |
| 734 | return (int)::SendMessage(m_hWnd, LB_ADDFILE, 0, (LPARAM)lpstrFileName); |
| 735 | } |
| 736 | #endif // !_WIN32_WCE |
| 737 | |
| 738 | // selection helpers |
nothing calls this directly
no outgoing calls
no test coverage detected