D
David F.
Hello,
Curious about the following:
Setup an IRP using IoBuildAsynchronousFsdRequest for IRP_MJ_READ for some
starting offset and some length.
In completion routine, for the IRP passed, the IOStatus is good but looking
in the stack (stack=IoGetCurrentIrpStackLocation(irp)), the
Parameters.Read.ByteOffset and Parameters.Read.Length as having zero values.
Why?
TIA!!
Curious about the following:
Setup an IRP using IoBuildAsynchronousFsdRequest for IRP_MJ_READ for some
starting offset and some length.
In completion routine, for the IRP passed, the IOStatus is good but looking
in the stack (stack=IoGetCurrentIrpStackLocation(irp)), the
Parameters.Read.ByteOffset and Parameters.Read.Length as having zero values.
Why?
TIA!!