|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <services.h>

Public Attributes | |
| LIST_ENTRY | GroupListEntry |
| LPWSTR | lpGroupName |
| DWORD | dwRefCount |
| BOOLEAN | ServicesRunning |
| ULONG | TagCount |
| PULONG | TagArray |
| WCHAR | szGroupName [1] |
Definition at line 32 of file services.h.
| DWORD _SERVICE_GROUP::dwRefCount |
Definition at line 37 of file services.h.
Referenced by ScmSetServiceGroup().
| LIST_ENTRY _SERVICE_GROUP::GroupListEntry |
Definition at line 34 of file services.h.
Referenced by ScmSetServiceGroup().
| LPWSTR _SERVICE_GROUP::lpGroupName |
Definition at line 35 of file services.h.
Referenced by CreateServiceListEntry(), REnumServiceGroupW(), REnumServicesStatusExW(), RQueryServiceConfigA(), RQueryServiceConfigW(), ScmAutoStartServices(), ScmGetServiceGroupByName(), and ScmSetServiceGroup().
| BOOLEAN _SERVICE_GROUP::ServicesRunning |
Definition at line 38 of file services.h.
| WCHAR _SERVICE_GROUP::szGroupName[1] |
Definition at line 42 of file services.h.
Referenced by ScmAssignNewTag(), and ScmSetServiceGroup().
| PULONG _SERVICE_GROUP::TagArray |
Definition at line 40 of file services.h.
Referenced by ScmAutoStartServices(), and ScmSetServiceGroup().
| ULONG _SERVICE_GROUP::TagCount |
Definition at line 39 of file services.h.
Referenced by ScmAutoStartServices(), and ScmSetServiceGroup().