IPC Communication from windows driver -> User land app and vice versa?

Hi all,
Long time long seen!
IPC Communication from windows driver -> User land app and vice versa?
How to do, and what changes to make?
I had already done that with Windows Services, what about
windows driver?
Any changes to make?
GL
closed account (13bSLyTq)
Hi,

You need to use IOCTL communication rather than IPC communication because it is more or less the general working cog of a driver.

Thanx, OrionMaster & modoran
for your help! :)
Done it!
Topic archived. No new replies allowed.