RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SvcMgr.TStopEvent Type

TStopEvent is the type for event handlers that respond when the Service Control manager stops a service.

Pascal
TStopEvent = procedure (Sender: TService; var Stopped: Boolean) of object;
C++
(Sender: TService; var Stopped: Boolean) ( TStopEvent)();

Sender is the service that the Service Control manager stopped.  

Set Stopped to true if the event handler stops the service.. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!