TContinueEvent is the type for event handlers that respond when the Service Control manager resumes a service.
TContinueEvent = procedure (Sender: TService; var Continued: Boolean) of object;
(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!
|