Advertisement

1 - 6 of 6 containing alltags:("startservice") (0 seconds)
Is there someone out there who can show me a working example of OpenService and StartService in ASP? Regards, Morten
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...
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,  ...
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...
Zones: ATL / WTL / COM Programming, C++, Microsoft Visua...Date Answered: 01/07/2008 Grade: A Views: 136
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...
Zones: Windows ProgrammingDate Answered: 09/17/2004 Grade: A Views: 0
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!
Zones: System Utilities, M...Date Answered: 08/29/2007 Grade: A Views: 98
  • 1