Archive for August, 2008
IoAttachDeviceToDeviceStack gotcha
Filter driver programmers should be very familiar with IoAttachDeviceToDeviceStack that allows a device to attach to (aka filter) the top device of the device stack. This function is defined in WDK headers like thus The returned device object is the one that was just attached to by the IoAttachDeviceToDeviceStack call. Since the returned device is the next [...]
