Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/client/
H A Dproc.c94 UNICODE_STRING CommandLineString, ApplicationNameString; in BuildSubSysCommandLine() local
99 RtlInitUnicodeString(&CommandLineString, ApplicationName); in BuildSubSysCommandLine()
103 Length = CommandLineString.MaximumLength + ApplicationNameString.MaximumLength + 32; in BuildSubSysCommandLine()
115 RtlAppendUnicodeStringToString(SubsysCommandLine, &CommandLineString); in BuildSubSysCommandLine()