ServiceType Stay organized with collections Save and categorize content based on your preferences.
The type of service.
| Enums | |
|---|---|
SERVICE_TYPE_UNSPECIFIED | Default service type. |
KERNEL_DRIVER | A kernel driver. |
FILE_SYSTEM_DRIVER | A file system driver. |
WIN32_OWN_PROCESS | A process that is owned by the service. This is a Windows-specific service type. |
WIN32_SHARE_PROCESS | A process that is shared by the service. This is a Windows-specific service type. |
ADAPTER | An adapter. This is a Windows-specific service type. |
RECOGNIZER_DRIVER | A 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.