ReactOS 0.4.15-dev-8092-ge0ba2f3
_QUERY_SERVICE_CONFIGW Struct Reference

#include <winsvc.h>

Public Attributes

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

Detailed Description

Definition at line 155 of file winsvc.h.

Member Data Documentation

◆ dwErrorControl

DWORD _QUERY_SERVICE_CONFIGW::dwErrorControl

Definition at line 158 of file winsvc.h.

Referenced by RQueryServiceConfigW().

◆ dwServiceType

DWORD _QUERY_SERVICE_CONFIGW::dwServiceType

Definition at line 156 of file winsvc.h.

Referenced by RQueryServiceConfigW().

◆ dwStartType

DWORD _QUERY_SERVICE_CONFIGW::dwStartType

◆ dwTagId

DWORD _QUERY_SERVICE_CONFIGW::dwTagId

Definition at line 161 of file winsvc.h.

Referenced by InstallOneService(), and RQueryServiceConfigW().

◆ lpBinaryPathName

LPWSTR _QUERY_SERVICE_CONFIGW::lpBinaryPathName

Definition at line 159 of file winsvc.h.

Referenced by QueryDriverInfo(), QueryServiceConfigW(), and RQueryServiceConfigW().

◆ lpDependencies

LPWSTR _QUERY_SERVICE_CONFIGW::lpDependencies

Definition at line 162 of file winsvc.h.

Referenced by InstallOneService(), and QueryServiceConfigW().

◆ lpDisplayName

LPWSTR _QUERY_SERVICE_CONFIGW::lpDisplayName

Definition at line 164 of file winsvc.h.

Referenced by InstallOneService(), QueryDriverInfo(), and QueryServiceConfigW().

◆ lpLoadOrderGroup

LPWSTR _QUERY_SERVICE_CONFIGW::lpLoadOrderGroup

Definition at line 160 of file winsvc.h.

Referenced by InstallOneService(), and QueryServiceConfigW().

◆ lpServiceStartName

LPWSTR _QUERY_SERVICE_CONFIGW::lpServiceStartName

Definition at line 163 of file winsvc.h.

Referenced by QueryServiceConfigW().


The documentation for this struct was generated from the following files: