Class: Puppet::Util::Windows::Service::SERVICE_STATUS_PROCESS
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Puppet::Util::Windows::Service::SERVICE_STATUS_PROCESS
- Defined in:
- lib/puppet/util/windows/service.rb
Overview
https://docs.microsoft.com/en-us/windows/desktop/api/winsvc/ns-winsvc-_service_status_process typedef struct _SERVICE_STATUS_PROCESS { DWORD dwServiceType; DWORD dwCurrentState; DWORD dwControlsAccepted; DWORD dwWin32ExitCode; DWORD dwServiceSpecificExitCode; DWORD dwCheckPoint; DWORD dwWaitHint; DWORD dwProcessId; DWORD dwServiceFlags; } SERVICE_STATUS_PROCESS, *LPSERVICE_STATUS_PROCESS;