mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
a6b281c228
- Initialize the rest of IRP data which is not initialized by IoBuildSynchronousFsdRequest. - Setup an IO_STACK_LOCATION structure for the IRP before calling the driver's read/write routine. - Do this for both KsReadFile and KsWriteFile functions in our Kernel Streaming driver (ks.sys). This fixes several problems when calling these functions from outside, so now they are working correctly, as expected. Discovered during my audio investigations. CORE-19232 |
||
---|---|---|
.. | ||
allocators.c | ||
api.c | ||
bag.c | ||
clocks.c | ||
CMakeLists.txt | ||
connectivity.c | ||
device.c | ||
deviceinterface.c | ||
driver.c | ||
event.c | ||
filter.c | ||
filterfactory.c | ||
image.c | ||
irp.c | ||
kcom.c | ||
ks.rc | ||
ks.spec | ||
ksfunc.h | ||
ksiface.h | ||
kstypes.h | ||
methods.c | ||
misc.c | ||
msvc.S | ||
pin.c | ||
precomp.h | ||
property.c | ||
swenum.c | ||
topology.c | ||
unknown.c | ||
worker.c |