|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| PSERVICE_GROUP | ScmGetServiceGroupByName (_In_ LPCWSTR lpGroupName) |
| DWORD | ScmSetServiceGroup (PSERVICE lpService, LPCWSTR lpGroupName) |
| static NTSTATUS WINAPI | CreateGroupOrderListRoutine (PWSTR ValueName, ULONG ValueType, PVOID ValueData, ULONG ValueLength, PVOID Context, PVOID EntryContext) |
| static NTSTATUS WINAPI | CreateGroupListRoutine (PWSTR ValueName, ULONG ValueType, PVOID ValueData, ULONG ValueLength, PVOID Context, PVOID EntryContext) |
| DWORD | ScmCreateGroupList (VOID) |
Variables | |
| LIST_ENTRY | GroupListHead |
| LIST_ENTRY | UnknownGroupListHead |
|
static |
Definition at line 188 of file groupdb.c.
Referenced by ScmCreateGroupList().
|
static |
Definition at line 139 of file groupdb.c.
Referenced by CreateGroupListRoutine().
Definition at line 235 of file groupdb.c.
Referenced by ScmCreateServiceDatabase().
| PSERVICE_GROUP ScmGetServiceGroupByName | ( | _In_ LPCWSTR | lpGroupName | ) |
Definition at line 26 of file groupdb.c.
Referenced by RI_ScGetCurrentGroupStateW().
Definition at line 61 of file groupdb.c.
Referenced by CreateServiceListEntry(), RChangeServiceConfigW(), RCreateServiceW(), and ScmDeleteServiceRecord().
| LIST_ENTRY GroupListHead |
Definition at line 19 of file groupdb.c.
Referenced by CreateGroupListRoutine(), ScmAutoStartServices(), ScmCreateGroupList(), ScmGetServiceGroupByName(), and ScmSetServiceGroup().
| LIST_ENTRY UnknownGroupListHead |
Definition at line 20 of file groupdb.c.
Referenced by ScmCreateGroupList(), ScmGetServiceGroupByName(), and ScmSetServiceGroup().