mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:05:43 +00:00
- IOCTL_KS_WRITE_STREAM passes the data in the OutputBuffer, not InputBuffer
svn path=/trunk/; revision=42834
This commit is contained in:
parent
6f2463f07d
commit
5ad980f439
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ KsProbeStreamIrp(
|
|||
/* get current irp stack */
|
||||
IoStack = IoGetCurrentIrpStackLocation(Irp);
|
||||
|
||||
Length = IoStack->Parameters.DeviceIoControl.InputBufferLength;
|
||||
Length = IoStack->Parameters.DeviceIoControl.OutputBufferLength;
|
||||
|
||||
if (Irp->RequestorMode == KernelMode || Irp->AssociatedIrp.SystemBuffer)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue