This property is a set of bit flags that specify the type of service. One of the following service types must be specified ...

This property is a set of bit flags that specify the type of service.
 One of the following service types must be specified in this column.
 Type of service
 Value 
 Description 

SERVICE_WIN32_OWN_PROCESS 
 0x00000010 
 A Microsoft Win32® service that runs its own process.

SERVICE_WIN32_SHARE_PROCESS 
0x00000020 
 A Win32 service that shares a process.

SERVICE_INTERACTIVE_PROCESS 
 0x00000100A 
 Win32 service that interacts with the desktop. This value cannot be used alone and must be added to one of the two previous types.


The following types of service are unsupported.
 Type of service 
 Value 
 Description 

SERVICE_KERNEL_DRIVER 
 0x00000001 
 A driver service.

SERVICE_FILE_SYSTEM_DRIVER 
 0x00000002 
 A file system driver service.