ReactOS 0.4.16-dev-457-g087979e
_SERVICE Struct Reference

#include <services.h>

Collaboration diagram for _SERVICE:

Public Attributes

LIST_ENTRY ServiceListEntry
 
LPWSTR lpServiceName
 
LPWSTR lpDisplayName
 
PSERVICE_GROUP lpGroup
 
PSERVICE_IMAGE lpImage
 
BOOL bDeleted
 
DWORD dwResumeCount
 
LONG RefCount
 
SERVICE_STATUS Status
 
DWORD dwStartType
 
DWORD dwErrorControl
 
DWORD dwTag
 
DWORD dwServiceBits
 
DWORD dwServiceTag
 
ULONG Flags
 
PSECURITY_DESCRIPTOR pSecurityDescriptor
 
BOOLEAN ServiceVisited
 
WCHAR szServiceName [1]
 

Detailed Description

Definition at line 61 of file services.h.

Member Data Documentation

◆ bDeleted

◆ dwErrorControl

DWORD _SERVICE::dwErrorControl

◆ dwResumeCount

DWORD _SERVICE::dwResumeCount

◆ dwServiceBits

DWORD _SERVICE::dwServiceBits

Definition at line 77 of file services.h.

Referenced by RI_ScSetServiceBitsW().

◆ dwServiceTag

DWORD _SERVICE::dwServiceTag

Definition at line 78 of file services.h.

Referenced by ScmGenerateServiceTag(), and ScmGetServiceNameFromTag().

◆ dwStartType

◆ dwTag

◆ Flags

ULONG _SERVICE::Flags

Definition at line 80 of file services.h.

◆ lpDisplayName

◆ lpGroup

◆ lpImage

◆ lpServiceName

◆ pSecurityDescriptor

◆ RefCount

◆ ServiceListEntry

◆ ServiceVisited

BOOLEAN _SERVICE::ServiceVisited

Definition at line 84 of file services.h.

Referenced by ScmAutoStartServices().

◆ Status

◆ szServiceName

WCHAR _SERVICE::szServiceName[1]

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