RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TService.Win32ErrCode Property

Indicates the Win32 error code reported by the service if a service specific code is not defined.

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

Win32ErrCode specifies a Win32 error code that the service uses to report an error that occurs when it is starting or stopping. If an error code specific to the service is defined, this property is automatically set to ERROR_SERVICE_SPECIFIC_ERROR and the service specific error is reported instead. 

 

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