RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SvcMgr.TServiceController Type

TServiceController is the type for a registered service's handler function.

Pascal
TServiceController = procedure (CtrlCode: DWord);
C++
(CtrlCode: DWord) ( TServiceController)();

TServiceController is the type of the service handler function that the Service application wizard generates. 

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