Click or drag to resize
Xcalibur Systems LLC Logo

ServiceTypes Enumeration

Creates a service object and adds it to the specified service control manager database.

CreateService function


Namespace: Xcalibur.NativeMethods.V2.Services
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public enum ServiceTypes
Members
Member nameValueDescription
KernelDriver1 Driver service.
FileSystemDriver2 File system driver service.
Adapter4 Reserved.
RecognizerDriver8 Reserved.
Driver11 Services of type and .
Win32OwnProcess16 Service that runs in its own process.
Win32ShareProcess32 Service that shares a process with one or more other services.
Win3248 Services of type and .
UserOwnProcess80 The service runs in its own process under the logged-on user account.
UserShareProcess96 The service shares a process with one or more other services that run under the logged-on user account.
InteractiveProcess256 The service can interact with the desktop.
All319 All access.
See Also