Vcl.SvcMgr.TService.ErrCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ErrCode: DWord read FErrCode write FErrCode;

C++

__property unsigned ErrCode = {read=FErrCode, write=FErrCode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TService

Description

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

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.

See Also