SimpleDUTRemote
A simple automation solution
Classes | Enumerations
SimpleRemoteConsole.ServiceInterop Namespace Reference

Classes

class  NativeServiceWrapper
 
class  Service
 
class  ServiceInfo
 
struct  ServiceStatus
 
struct  ServiceTableEntry
 

Enumerations

enum  ServiceType {
  SERVICE_FILE_SYSTEM_DRIVER = 0x2, SERVICE_KERNEL_DRIVER = 0x1, SERVICE_WIN32_OWN_PROCESS = 0x10, SERVICE_WIN32_SHARE_PROCESS = 0x20,
  SERVICE_USER_OWN_PROCESS = 0x50, SERVICE_USER_SHARE_PROCESS = 0x60
}
 
enum  StartType {
  SERVICE_AUTO_START = 0x2, SERVICE_BOOT_START = 0x0, SERVICE_DEMAND_START = 0x3, SERVICE_DISABLED = 0x4,
  SERVICE_SYSTEM_START = 0x1
}
 
enum  ErrorControl { SERVICE_ERROR_CRITICAL = 0x3, SERVICE_ERROR_IGNORE = 0x0, SERVICE_ERROR_NORMAL = 0x1, SERVICE_ERROR_SEVERE = 0x2 }