H
hugomind
Hi,
I've downloaded den Microsoft DDK 3790.1830 and there is an example
under 3790.1830\src\storage\filters\diskperf
I've compiled this one and would like to know where I could find the
information that are written by using the DebugPrint function ?
DebugPrint((2, "DiskPerfAddDevice: Driver %X Device %X\n",
DriverObject, PhysicalDeviceObject));
I'm trying to get some knowledge on writing filter drivers.
Regards,
Hugo
I've downloaded den Microsoft DDK 3790.1830 and there is an example
under 3790.1830\src\storage\filters\diskperf
I've compiled this one and would like to know where I could find the
information that are written by using the DebugPrint function ?
DebugPrint((2, "DiskPerfAddDevice: Driver %X Device %X\n",
DriverObject, PhysicalDeviceObject));
I'm trying to get some knowledge on writing filter drivers.
Regards,
Hugo