Unit 'daemonapp' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TServiceType

Type of service (Windows only).

Declaration

Source position: daemonapp.pp line 149

type TServiceType = (

  stWin32,

  

Regular win32 service.

  stDevice,

  

Device driver.

  stFileSystem

  

File system driver.

);

Description

The type of service. This type is used on windows only, to signal the operating system what kind of service is being installed or run.


Documentation generated on: Jul 24 2023