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