C# Class TSVCEO.CloudPrint.Service.ServiceStatus

Show file Open project: klightspeed/CloudPrintProxy Class Usage Examples

Public Properties

Property Type Description
dwCheckPoint int
dwControlsAccepted ServiceControlsAccepted
dwCurrentState ServiceState
dwProcessId int
dwServiceFlags int
dwServiceSpecificExitCode int
dwServiceType ServiceType
dwWaitHint int
dwWin32ExitCode int

Property Details

dwCheckPoint public property

public int dwCheckPoint
return int

dwControlsAccepted public property

public ServiceControlsAccepted dwControlsAccepted
return ServiceControlsAccepted

dwCurrentState public property

public ServiceState dwCurrentState
return ServiceState

dwProcessId public property

public int dwProcessId
return int

dwServiceFlags public property

public int dwServiceFlags
return int

dwServiceSpecificExitCode public property

public int dwServiceSpecificExitCode
return int

dwServiceType public property

public ServiceType dwServiceType
return ServiceType

dwWaitHint public property

public int dwWaitHint
return int

dwWin32ExitCode public property

public int dwWin32ExitCode
return int