Type |
Meaning |
SERVICE_FILE_SYSTEM_DRIVER |
File system driver service. |
SERVICE_KERNEL_DRIVER |
Driver service. |
SERVICE_WIN32_OWN_PROCESS |
Service that runs in its own process. |
SERVICE_WIN32_SHARE_PROCESS |
Service that shares a process with other services. |
SERVICE_INTERACTIVE_PROCESS |
The service can interact with the desktop. This type can be specified only if either SERVICE_WIN32_OWN_PROCESS or SERVICE_WIN32_SHARE_PROCESS types are specified. |