Class: Puppet::FFI::Windows::Structs::QUERY_SERVICE_CONFIGW 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.

typedef struct _QUERY_SERVICE_CONFIGW

DWORD  dwServiceType;
DWORD  dwStartType;
DWORD  dwErrorControl;
LPWSTR lpBinaryPathName;
LPWSTR lpLoadOrderGroup;
DWORD  dwTagId;
LPWSTR lpDependencies;
LPWSTR lpServiceStartName;
LPWSTR lpDisplayName;

QUERY_SERVICE_CONFIGW, *LPQUERY_SERVICE_CONFIGW;