Subject | Re: [ib-support] Re: Sorry, I need Stop IBGUARD from CODE. |
---|---|
Author | R. Tulloch |
Post date | 2002-03-22T17:02:59Z |
Hi Jose:
starting and stopping service.
You can use the source in the dll to see what you need to do. It is in
Delphi.
Let me know by e-mail if you want it.
Best regards
> You will need to use the following Windows API's.I have a dll and inno setup script for installing, uninstalling,
>
> OpenSCManager
> OpenService
> ControlService with the SERVICE_CONTROL_STOP paramater.
> CloseServiceHandle
>
> I'm sure you can find samples of using these on Deja for whatever compiler
> you are using.
>
> yes, I'm need stop ibguard and ibserver.
>
> thanks
>
> José RodrÃguez
starting and stopping service.
You can use the source in the dll to see what you need to do. It is in
Delphi.
Let me know by e-mail if you want it.
Best regards