can i call a user mode function in test.dll from my file
system filter driver ?
i don’t think so, user mode and kernel mode dll need to be compiled
seperately.
amitr0
No, you can not call user mode functions from within kernel mode. If
this functionality is a must, you’ll have to signal a ‘special’
event to the user mode control app or service, and have logic within
that process call the function you wish. The only way
is ‘by proxy’.
xxxxx@uow.edu.au wrote:
can i call a user mode function in test.dll from my file
system filter driver ?
Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: xxxxx@comcast.net
To unsubscribe send a blank email to xxxxx@lists.osr.com