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

Method AddFile

src/Setup/wtl90/atlctrls.h:731–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected