mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: IRP_MJ_QUERY_DIRECTORY
This commit is contained in:
@ -121,6 +121,8 @@ PVOID FspAllocateIrpMustSucceed(CCHAR StackSize)
|
||||
|
||||
BOOLEAN FspUnicodePathIsValid(PUNICODE_STRING Path, BOOLEAN AllowStreams)
|
||||
{
|
||||
/* this does NOT check if the Path contains invalid file name chars (*, ?, etc.) */
|
||||
|
||||
PAGED_CODE();
|
||||
|
||||
if (0 != Path->Length % sizeof(WCHAR))
|
||||
|
Reference in New Issue
Block a user