RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SvcMgr.TContinueEvent Type

TContinueEvent is the type for event handlers that respond when the Service Control manager resumes a service.

Pascal
TContinueEvent = procedure (Sender: TService; var Continued: Boolean) of object;
C++
(Sender: TService; var Continued: Boolean) ( TContinueEvent)();

Sender is the service that the Service Control manager resumed.  

Set Continued to true when the service resumes. 

 

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