Skip to content

Commit

Permalink
Doc - Explain what happens if FindFilesWithPattern is not implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Jun 9, 2021
1 parent b6d0322 commit 890cbdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dokan/dokan.h
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,9 @@ typedef struct _DOKAN_OPERATIONS {
* The search pattern is a Windows MS-DOS-style expression.
* It can contain wild cards and extended characters or none of them. See \ref DokanIsNameInExpression.
*
* If the function is not implemented, \ref DOKAN_OPERATIONS.FindFiles
* will be called instead and the result will be filtered internally by the library.
*
* \param PathName Path requested by the Kernel on the FileSystem.
* \param SearchPattern Search pattern.
* \param FillFindData Callback that has to be called with PWIN32_FIND_DATAW that contains file information.
Expand Down

0 comments on commit 890cbdd

Please sign in to comment.