Class: Puppet::FFI::Windows::Structs::ENUM_SERVICE_STATUS_PROCESSW 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-_enum_service_status_processw typedef struct _ENUM_SERVICE_STATUS_PROCESSW

LPWSTR                 lpServiceName;
LPWSTR                 lpDisplayName;
SERVICE_STATUS_PROCESS ServiceStatusProcess;

ENUM_SERVICE_STATUS_PROCESSW, *LPENUM_SERVICE_STATUS_PROCESSW;