|

ServiceType


(number) The type of service. This can be one of the following:



CONSTANT


VALUE DESCRIPTION


SERVICE_WIN32_OWN_PROCESS


0


Service that runs in its own process.


SERVICE_WIN32_SHARE_PROCESS


1


Service that shares a process with other services.


SERVICE_KERNEL_DRIVER


2


Driver service.


SERVICE_FILE_SYSTEM_DRIVER


3


File system driver service.


|