> For the complete documentation index, see [llms.txt](https://www.pinvoke.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pinvoke.dev/services/enum_service_type.md).

# ENUM\_SERVICE\_TYPE

```csharp
[Flags]
public enum ENUM_SERVICE_TYPE : uint
{
    SERVICE_DRIVER = 0x0000000B,
    SERVICE_KERNEL_DRIVER = 0x00000001,
    SERVICE_WIN32 = 0x00000030,
    SERVICE_WIN32_SHARE_PROCESS = 0x00000020,
    SERVICE_ADAPTER = 0x00000004,
    SERVICE_FILE_SYSTEM_DRIVER = 0x00000002,
    SERVICE_RECOGNIZER_DRIVER = 0x00000008,
    SERVICE_WIN32_OWN_PROCESS = 0x00000010,
    SERVICE_USER_OWN_PROCESS = 0x00000050,
    SERVICE_USER_SHARE_PROCESS = 0x00000060
}
```
