Searched defs:SERVICE_STATUS (Results 1 – 5 of 5) sorted by relevance
149 type SERVICE_STATUS struct { struct150 ServiceType uint32151 CurrentState uint32152 ControlsAccepted uint32153 Win32ExitCode uint32154 ServiceSpecificExitCode uint32155 CheckPoint uint32156 WaitHint uint32
628 func ControlService(service Handle, control uint32, status *SERVICE_STATUS) (err error) {1114 func QueryServiceStatus(service Handle, status *SERVICE_STATUS) (err error) {1338 func SetServiceStatus(service Handle, serviceStatus *SERVICE_STATUS) (err error) {
458 type SERVICE_STATUS struct { struct459 ServiceType uint32460 CurrentState uint32461 ControlsAccepted uint32462 Win32ExitCode uint32463 ServiceSpecificExitCode uint32464 CheckPoint uint32465 WaitHint uint32
162 func QueryServiceStatus(hService syscall.Handle, lpServiceStatus *SERVICE_STATUS) (err error) {
155 } SERVICE_STATUS,*LPSERVICE_STATUS; typedef