Searched refs:CmdQuoteLength (Results 1 – 1 of 1) sorted by relevance
2294 ULONG Length, FileAttribs, CmdQuoteLength; in CreateProcessInternalW() local3430 CmdQuoteLength = CmdLineIsAppName || HasQuotes; in CreateProcessInternalW()3433 if (HasQuotes) CmdQuoteLength++; in CreateProcessInternalW()3437 CmdQuoteLength++; in CreateProcessInternalW()3443 CmdLineLength += CmdQuoteLength + sizeof(ANSI_NULL); in CreateProcessInternalW()