Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
412 B

  1. #ifndef __108bdde2_7034_4391_95d5_cb8fc17a0413__
  2. #define __108bdde2_7034_4391_95d5_cb8fc17a0413__
  3. #include <windows.h>
  4. #include "simstr.h"
  5. typedef bool (*FindFilesCallback)( bool bIsFile, LPCTSTR pszFilename, const WIN32_FIND_DATA *pFindData, PVOID pvParam );
  6. bool RecursiveFindFiles( CSimpleString strDirectory, const CSimpleString &strMask, FindFilesCallback pfnFindFilesCallback, PVOID pvParam );
  7. #endif