bye
Is there any reason not just to use a helper application, or service to
perform the CreateProcess on behalf of the driver?
Don Burn
Egenera, Inc.
So between, if i want to launch a user-mode process when a special event
occurs in
kernel, i have to use a device and make a user-mode program read information
from the device link so it can be informed when to start the process.
Any other way ?
---
nicolas
I've an application/driver which does this in the following way:
-application starts some proceses
-process send an object handle to the driver and makes
WaitForSingleObject
-driver takes object handle and whenever the process in the
application should be triggered the object handle will be set.
Hope this helps,
Markus