RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SvcMgr.TStartEvent Type

TStartEvent is the type for event handlers that respond when the Service Control manager starts a service.

Pascal
TStartEvent = procedure (Sender: TService; var Started: Boolean) of object;
C++
(Sender: TService; var Started: Boolean) ( TStartEvent)();

Sender is the service that the Service Control manager started.  

Set Started to true if the event handler starts the service.. 

 

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