Searched refs:StartOpts (Results 1 – 1 of 1) sorted by relevance
28 static const OPTION_INFO StartOpts[] = variable96 for (i = 0; i < sizeof(StartOpts) / sizeof(StartOpts[0]); i++) in ParseCreateConfigArguments()97 if (!lstrcmpi(ServiceArgs[ArgIndex + 1], StartOpts[i].lpOption)) in ParseCreateConfigArguments()99 lpServiceInfo->dwStartType = StartOpts[i].dwValue; in ParseCreateConfigArguments()103 if (i == sizeof(StartOpts) / sizeof(StartOpts[0])) in ParseCreateConfigArguments()