|
RAD Studio VCL Reference
|
Returns the service's registered handler function.
function GetServiceController: TServiceController; virtual; abstract;
virtual __fastcall TServiceController GetServiceController() = 0;
GetServiceController returns the handler for the service. You do not need to call this function directly. The service object's main function calls it automatically.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|