Dear Sir,
My objective is to prevent user to burn certain files into CD .For this I
need to find out the way of monitoring CD burn.I have written file system
filter driver.But writes/burns to CD are not passing through file system
filter driver.
I also found from the net that CD burn happens directly through the CD ROM
disk driver instead of passing through file system. Is this true? If yes
what is the way to intercept CD burns/writes.
Basically i want to know is there any way to get hold of "Write" request
during CD burn so that I can prevent user to burn certain files into CD ?
regds
vinay
Richard G. Harper - 28 Apr 2004 01:14 GMT
Not unless you're willing to write some very low-level device drivers to
install on the system to monitor this kind of activity.

Signature
Richard G. Harper [MVP Win9x] rgharper@email.com
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm
> Dear Sir,
> My objective is to prevent user to burn certain files into CD .For this I
[quoted text clipped - 11 lines]
> regds
> vinay