Update PFLT_NORMALIZE_NAME_COMPONENT_EX documentation#1657
Update PFLT_NORMALIZE_NAME_COMPONENT_EX documentation#1657andrew-fisher1 wants to merge 1 commit into
Conversation
|
From the peanut gallery I think that at the least the first part of the change is placing an undue constraint on future filter manager developers. I don't think that saying "and the directory name always ends in a back slash" helps anyone. Because of a very famous issue in Win32 back in the 90s filesystems have to be able to swallow double back slashes in path names so appending Documentation does not just mean describing precise semantics. A far better improvement would be to reference the implementation in the samples which shows how to do it - or provide pointers to how to do it. Alex Carp wrote some excellent articles on this which should still be around. Buts it's your documentation, not mine. |
Added note to ParentDirectory parameter and corrected VolumeNameLength parameter.