tst: passthrough-dotnet: testing

This commit is contained in:
Bill Zissimopoulos
2017-04-10 20:08:14 -07:00
parent f2d98bbf25
commit 67711082b0
2 changed files with 49 additions and 29 deletions

View File

@ -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,