ReactOS 0.4.15-dev-7942-gd23573b
_SERVICE_GROUP Struct Reference

#include <services.h>

Collaboration diagram for _SERVICE_GROUP:

Public Attributes

LIST_ENTRY GroupListEntry
 
LPWSTR lpGroupName
 
DWORD dwRefCount
 
BOOLEAN ServicesRunning
 
ULONG TagCount
 
PULONG TagArray
 
WCHAR szGroupName [1]
 

Detailed Description

Definition at line 30 of file services.h.

Member Data Documentation

◆ dwRefCount

DWORD _SERVICE_GROUP::dwRefCount

Definition at line 35 of file services.h.

Referenced by ScmSetServiceGroup().

◆ GroupListEntry

LIST_ENTRY _SERVICE_GROUP::GroupListEntry

Definition at line 32 of file services.h.

Referenced by ScmSetServiceGroup().

◆ lpGroupName

◆ ServicesRunning

BOOLEAN _SERVICE_GROUP::ServicesRunning

Definition at line 36 of file services.h.

◆ szGroupName

WCHAR _SERVICE_GROUP::szGroupName[1]

Definition at line 40 of file services.h.

Referenced by ScmAssignNewTag(), and ScmSetServiceGroup().

◆ TagArray

PULONG _SERVICE_GROUP::TagArray

Definition at line 38 of file services.h.

Referenced by ScmAutoStartServices(), and ScmSetServiceGroup().

◆ TagCount

ULONG _SERVICE_GROUP::TagCount

Definition at line 37 of file services.h.

Referenced by ScmAutoStartServices(), and ScmSetServiceGroup().


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