M
manoj
Hi experts
I want to know about windows service.
Windows .sys files are driver file. To handle any device, sys file
is used. Let i have a .sys file of any device. i want to start its
service.i.e. i want to handle that particular device. I copy this sys file
in //system32//drivers// directory. I used a function OpenService() and
StartService(). But they fail. Please tell me how can i start these
services.
I want to know about windows service.
Windows .sys files are driver file. To handle any device, sys file
is used. Let i have a .sys file of any device. i want to start its
service.i.e. i want to handle that particular device. I copy this sys file
in //system32//drivers// directory. I used a function OpenService() and
StartService(). But they fail. Please tell me how can i start these
services.