Home
last modified time | relevance | path

Searched refs:TagArray (Results 1 – 3 of 3) sorted by relevance

/reactos/base/system/services/
H A Dgroupdb.c80 ASSERT(lpService->lpGroup->TagArray == NULL); in ScmSetServiceGroup()
162 Group->TagArray = (PULONG)HeapAlloc(GetProcessHeap(), in CreateGroupOrderListRoutine()
165 if (Group->TagArray == NULL) in CreateGroupOrderListRoutine()
171 RtlCopyMemory(Group->TagArray, in CreateGroupOrderListRoutine()
H A Dservices.h40 PULONG TagArray; member
H A Ddatabase.c2197 (CurrentService->dwTag == CurrentGroup->TagArray[i])) in ScmAutoStartServices()