UserEvent and UserIosb were not being set in IoBuildSynchronousFsdRequest

svn path=/trunk/; revision=66
This commit is contained in:
Rex Jolliff 1998-10-12 20:51:28 +00:00
parent a7dd9bd3f9
commit 135e1512ef

View file

@ -214,6 +214,8 @@ PIRP IoBuildSynchronousFsdRequest(ULONG MajorFunction,
}
Irp->UserBuffer = (LPVOID)Buffer;
Irp->UserEvent = Event;
Irp->UserIosb = IoStatusBlock;
if (DeviceObject->Flags&DO_BUFFERED_IO)
{
DPRINT("Doing buffer i/o\n",0);