Vcl.SvcMgr.TServiceType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TServiceType = (stWin32, stDevice, stFileSystem);

C++

enum DECLSPEC_DENUM TServiceType : unsigned char { stWin32, stDevice, stFileSystem };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr Vcl.SvcMgr

Description

TServiceType indicates the type of a service.

TServiceType can have one of the following values:



Value Meaning

stWin32

a Win32 service.

stDevice

a device driver.

stFileSystem

a file system driver.