Home
last modified time | relevance | path

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

/reactos/base/services/svchost/
H A Dsvchost.c828 ACTCTXW actCtx; in GetServiceMainFunctions() local
836 RtlZeroMemory(&actCtx, sizeof(actCtx)); in GetServiceMainFunctions()
837 actCtx.cbSize = sizeof(actCtx); in GetServiceMainFunctions()
986 actCtx.lpSource = szManifestBuffer; in GetServiceMainFunctions()
987 hActCtx = CreateActCtxW(&actCtx); in GetServiceMainFunctions()