dir.h 319 B

12345678910111213141516
  1. #ifndef DIR_H_INCLUDED
  2. #define DIR_H_INCLUDED
  3. #include <windows.h>
  4. #include "dokan.h"
  5. #include "general.h"
  6. int DOKAN_CALLBACK MxfsFindFiles(
  7. LPCWSTR PathName,
  8. PFillFindData Callback,
  9. PDOKAN_FILE_INFO FileInfo);
  10. int MxfsParsePath(MINIX_FS *pFileSys, const char *pszPath, BOOL Parent);
  11. #endif // DIR_H_INCLUDED