inc: winfsp.h: fix source doc for Delete

This commit is contained in:
Bill Zissimopoulos
2021-10-22 11:39:05 +01:00
parent dcce0d44a7
commit 91aa0ac2d0

View File

@ -1090,7 +1090,7 @@ typedef struct _FSP_FILE_SYSTEM_INTERFACE
* This function gets called in all file deletion scenarios:
* <ul>
* <li>When the DeleteFile or RemoveDirectory API's are used.</li>
* <li>When the SetInformationByHandle API with FileDispositionInfo or FileDispositionInfoEx is used.
* <li>When the SetInformationByHandle API with FileDispositionInfo or FileDispositionInfoEx is used.</li>
* <li>When a file is opened using FILE_DELETE_ON_CLOSE.</li>
* <li>Etc.</li>
* </ul>