Is there someone out there who can show me a working example of OpenService and StartService in ASP?
Regards,
Morten
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10400316.htm...
Zones:
ASPDate Answered: 06/06/2000 Grade: A Views: 0
hi
i am starting and stopping MSDTC service from vb6 code using the following API functions
Declare Function CloseServiceHandle Lib "advapi32.dll" (ByVal hSCObject As Long) As Long
Declar...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20650959.html
Zones:
Visual BasicDate Answered: 06/19/2003 Grade: A Views: 0
i wrote a service and tester program for starting the service.
in the tester i start the service like this:
StartService(
newService, // handle to service
0, ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20360291.html
Zones:
C++Date Answered: 09/19/2002 Grade: B Views: 0
Year ago I wrote a windows service (using an CAtlServiceModuleT<> based class), it worked fine. I did not touch the code since then.
Now I need to return back to its further development and I'm un...
http://www.experts-exchange.com/Programming/System/Windows__Programming/ATL_WTL_COM/Q_2305...
Hi
I m writing a app in vc++ which will be run as service.
I created the service thro' code. But I can't start it thro' Code? it gives error while starting. (it starts well manually or at...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_21084872.html
I have created a user defined service using windows:
http://support.microsoft.com/kb/137890
but I get the following when trying to start it:
StartService: OpenService FAILED 1060
HELP!
http://www.experts-exchange.com/Software/System_Utilities/Q_22794978.html