Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ServiceNames (0.35 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/service.go

    	Version               uint32
    	NotifyCallback        uintptr
    	Context               uintptr
    	NotificationStatus    uint32
    	ServiceStatus         SERVICE_STATUS_PROCESS
    	NotificationTriggered uint32
    	ServiceNames          *uint16
    }
    
    type SERVICE_FAILURE_ACTIONS struct {
    	ResetPeriod  uint32
    	RebootMsg    *uint16
    	Command      *uint16
    	ActionsCount uint32
    	Actions      *SC_ACTION
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 10.3K bytes
    - Viewed (0)
Back to top