PHP Doku:: Win32Service Service Start Type Constants - win32service.constants.servicestarttype.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzWindowsbasierte Erweiterungenwin32serviceVordefinierte KonstantenWin32Service Service Start Type Constants

Ein Service von Reinhard Neidl - Webprogrammierung.

Vordefinierte Konstanten

<<Win32Service Service Control Message Accepted Bitmasks

Win32Service Service Error Control Constants>>

Win32Service Service Start Type Constants
Constant Value Description
WIN32_SERVICE_AUTO_START 0x00000002 A service started automatically by the service control manager during system startup.
WIN32_SERVICE_DEMAND_START 0x00000003 A service started by the service control manager when a process calls the StartService function.
WIN32_SERVICE_DISABLED 0x00000004 A service that cannot be started. Attempts to start the service result in the error code WIN32_ERROR_SERVICE_DISABLED.

Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)