ServiceType

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.