RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TService.ErrCode Property

Contains the service specific error code returned on starting or stopping the service.

Pascal
property ErrCode: DWord;
C++
__property DWord ErrCode;

ErrCode specifies a service specific error code that the service returns when an error occurs while the service is starting or stopping. If ErrCode is not defined, the Win32ErrCode property is used instead. 

 

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