CFileFind::Close
Visual Studio 2012
Call this member function to end the search, reset the context, and release all resources.
void Close( );
After calling Close, you do not have to create a new CFileFind instance before calling FindFile to begin a new search.
See the example for CFileFind::GetFileName.