ReactOS 0.4.15-dev-7961-gdcf9eb0
SERVICE_CREATE_INFO Struct Reference

#include <sc.h>

Public Attributes

LPCTSTR lpServiceName
 
LPCTSTR lpDisplayName
 
DWORD dwServiceType
 
DWORD dwStartType
 
DWORD dwErrorControl
 
LPCTSTR lpBinaryPathName
 
LPCTSTR lpLoadOrderGroup
 
DWORD dwTagId
 
LPCTSTR lpDependencies
 
LPCTSTR lpServiceStartName
 
LPCTSTR lpPassword
 
BOOL bTagId
 

Detailed Description

Definition at line 20 of file sc.h.

Member Data Documentation

◆ bTagId

BOOL SERVICE_CREATE_INFO::bTagId

Definition at line 34 of file sc.h.

◆ dwErrorControl

DWORD SERVICE_CREATE_INFO::dwErrorControl

Definition at line 26 of file sc.h.

◆ dwServiceType

DWORD SERVICE_CREATE_INFO::dwServiceType

Definition at line 24 of file sc.h.

◆ dwStartType

DWORD SERVICE_CREATE_INFO::dwStartType

Definition at line 25 of file sc.h.

◆ dwTagId

DWORD SERVICE_CREATE_INFO::dwTagId

Definition at line 29 of file sc.h.

◆ lpBinaryPathName

LPCTSTR SERVICE_CREATE_INFO::lpBinaryPathName

Definition at line 27 of file sc.h.

◆ lpDependencies

LPCTSTR SERVICE_CREATE_INFO::lpDependencies

Definition at line 30 of file sc.h.

◆ lpDisplayName

LPCTSTR SERVICE_CREATE_INFO::lpDisplayName

Definition at line 23 of file sc.h.

◆ lpLoadOrderGroup

LPCTSTR SERVICE_CREATE_INFO::lpLoadOrderGroup

Definition at line 28 of file sc.h.

◆ lpPassword

LPCTSTR SERVICE_CREATE_INFO::lpPassword

Definition at line 32 of file sc.h.

◆ lpServiceName

LPCTSTR SERVICE_CREATE_INFO::lpServiceName

Definition at line 22 of file sc.h.

◆ lpServiceStartName

LPCTSTR SERVICE_CREATE_INFO::lpServiceStartName

Definition at line 31 of file sc.h.


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