Class: Puppet::Util::Windows::Service::SERVICE_STATUS_PROCESS

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/puppet/util/windows/service.rb

Overview

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;