Searched refs:CommandLineString (Results 1 – 1 of 1) sorted by relevance
94 UNICODE_STRING CommandLineString, ApplicationNameString; in BuildSubSysCommandLine() local99 RtlInitUnicodeString(&CommandLineString, ApplicationName); in BuildSubSysCommandLine()103 Length = CommandLineString.MaximumLength + ApplicationNameString.MaximumLength + 32; in BuildSubSysCommandLine()115 RtlAppendUnicodeStringToString(SubsysCommandLine, &CommandLineString); in BuildSubSysCommandLine()