Class: Puppet::FFI::Windows::Structs::SERVICE_STATUS_PROCESS Private

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

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

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;