Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Start a NT service
Message
 
 
To
17/02/2000 04:22:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00333311
Message ID:
00333548
Views:
9
#DEFINE SERVICE_START 16
#DEFINE SERVICE_STOP 32
#DEFINE SERVICE_PAUSE_CONTINUE 64
#DEFINE SERVICE_INTERROGATE 128
#DEFINE SERVICE_USER_DEFINED_CONTROL 256
#DEFINE SERVICE_ALL_ACCESS 983551

DECLARE INTEGER OpenService IN ADVAPI32.DLL ;
INTEGER hSCManager, ;
STRING @lpServiceName, ;
INTEGER dwDesiredAccess

DECLARE INTEGER StartService IN ADVAPI32.DLL ;
INTEGER hService, ;
INTEGER dwNumServiceArgs, ;
INTEGER lpServiceArgVectors


hService = OpenService(hSCM, "mcsvc", SERVICE_START + SERVICE_STOP )
StartService(hService,0 ,0 )
CloseServiceHandle(hSCM)

If possible, i will send to the UT a more complete code, starting and stopping a service.

Yours

J.E. Llopis
FUTURA Systems & Software
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform