Searched refs:lpServiceInfo (Results 1 – 2 of 2) sorted by relevance
57 OUT LPSERVICE_CREATE_INFO lpServiceInfo) in ParseCreateConfigArguments() argument64 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 …]
69 OUT LPSERVICE_CREATE_INFO lpServiceInfo);