ServiceType

The type of service.

Enums
SERVICE_TYPE_UNSPECIFIEDDefault service type.
KERNEL_DRIVERA kernel driver.
FILE_SYSTEM_DRIVERA file system driver.
WIN32_OWN_PROCESSA process that is owned by the service. This is a Windows-specific service type.
WIN32_SHARE_PROCESSA process that is shared by the service. This is a Windows-specific service type.
ADAPTERAn adapter. This is a Windows-specific service type.
RECOGNIZER_DRIVERA recognizer driver. This is a Windows-specific service type.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-13 UTC.