mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
UserEvent and UserIosb were not being set in IoBuildSynchronousFsdRequest
svn path=/trunk/; revision=66
This commit is contained in:
parent
a7dd9bd3f9
commit
135e1512ef
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue