Home
last modified time | relevance | path

Searched defs:SERVICE_STATUS (Results 1 – 5 of 5) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dservice.go149 type SERVICE_STATUS struct { struct
150 ServiceType uint32
151 CurrentState uint32
152 ControlsAccepted uint32
153 Win32ExitCode uint32
154 ServiceSpecificExitCode uint32
155 CheckPoint uint32
156 WaitHint uint32
Dzsyscall_windows.go628 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) {
/prebuilts/go/linux-x86/src/internal/syscall/windows/
Dsyscall_windows.go458 type SERVICE_STATUS struct { struct
459 ServiceType uint32
460 CurrentState uint32
461 ControlsAccepted uint32
462 Win32ExitCode uint32
463 ServiceSpecificExitCode uint32
464 CheckPoint uint32
465 WaitHint uint32
Dzsyscall_windows.go162 func QueryServiceStatus(hService syscall.Handle, lpServiceStatus *SERVICE_STATUS) (err error) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinsvc.h155 } SERVICE_STATUS,*LPSERVICE_STATUS; typedef