I have a file system filter driver, which returns STATUS_ACCESS_DENIED
depending on some internal validation on File Creation requests. This
works fine for all most all applications otherthan wordpad. If the file
name is given as a command line option for wordpad, it shows a runtime
error and terminating abnormally:(. But if the file is selected through
file open dialog of the application, there is no problem (means, the app
shows an err message “an unknown error occurd”, but there is no abnormal
termination.)
I have seen this phenomenon only in windows 2000, but NT 4 it works in a
pretty good way.
Can any one advise me the possible reason for this? What is there
difference between the file access
thanx and regards
prvn