hi,
does anyone have an article regarding writing filter drivers for the NTFS ?
another question - when im writing a filter driver for NTFS, can I just pass down my IRP using IoSkipCurrentIrpStackLocation(...) and IoCallDriver(...) when I get MajorFunction I dont want to take care of ? ofcourse the call to IoCallDriver will include a pointer to the next device in the list
thanks