mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-04 01:42:58 -05:00
tst: passthrough-dotnet: testing
This commit is contained in:
@ -458,8 +458,8 @@ namespace Fsp
|
||||
UInt32 Length,
|
||||
out UInt32 PBytesTransferred)
|
||||
{
|
||||
PBytesTransferred = default(UInt32);
|
||||
return STATUS_INVALID_DEVICE_REQUEST;
|
||||
return SeekableReadDirectory(FileNode, FileDesc, Pattern, Marker, Buffer, Length,
|
||||
out PBytesTransferred);
|
||||
}
|
||||
protected virtual Boolean ReadDirectoryEntry(
|
||||
Object FileNode,
|
||||
|
Reference in New Issue
Block a user