how to load a WDM driver in a application dynamically?

I heard that a application can create a service to load a WDM driver
dynamically,please tell me the steps in detail.


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hi,
Use ServiceControl Manager API to achive this.
First get a handle to the SC Manager using OpenSCManager()
and pass this to CreateService() API and use StartService() to start the
driver service.
look for Service Functions in MSDN.

GoodLuck,
Ashok

K.V.S.Ashok Kumar,
Systems Engineer,
Wipro Technologies,
Hyderabad. Ph:6565611
“We go where our dreams take us.”


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com