Home
last modified time | relevance | path

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

/reactos/base/applications/sc/
H A Dmisc.c57 OUT LPSERVICE_CREATE_INFO lpServiceInfo) in ParseCreateConfigArguments() argument
64 ZeroMemory(lpServiceInfo, sizeof(SERVICE_CREATE_INFO)); in ParseCreateConfigArguments()
68 lpServiceInfo->dwServiceType = SERVICE_NO_CHANGE; in ParseCreateConfigArguments()
69 lpServiceInfo->dwStartType = SERVICE_NO_CHANGE; in ParseCreateConfigArguments()
70 lpServiceInfo->dwErrorControl = SERVICE_NO_CHANGE; in ParseCreateConfigArguments()
73 lpServiceInfo->lpServiceName = ServiceArgs[0]; in ParseCreateConfigArguments()
99 lpServiceInfo->dwStartType = StartOpts[i].dwValue; in ParseCreateConfigArguments()
123 lpServiceInfo->bTagId = TagOpts[i].dwValue; in ParseCreateConfigArguments()
140 lpServiceInfo->lpDependencies = ServiceArgs[ArgIndex + 1]; in ParseCreateConfigArguments()
148 lpServiceInfo->lpDisplayName = ServiceArgs[ArgIndex + 1]; in ParseCreateConfigArguments()
[all …]
H A Dsc.h69 OUT LPSERVICE_CREATE_INFO lpServiceInfo);