Home
last modified time | relevance | path

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

/reactos/dll/appcompat/apphelp/
H A Dshimeng.c1256 ANSI_STRING AnsiCommandLine = RTL_CONSTANT_STRING(""); in SeiInit() local
1272 … if (NT_SUCCESS(RtlUnicodeStringToAnsiString(&AnsiCommandLine, &UnicodeDllName, TRUE))) in SeiInit()
1274 SHIMENG_INFO("COMMAND LINE %s for %S", AnsiCommandLine.Buffer, ShimName); in SeiInit()
1278 AnsiCommandLine.Buffer = ""; in SeiInit()
1334 … pHookApi = pShimModuleInfo->pGetHookAPIs(AnsiCommandLine.Buffer, ShimName, &dwHookCount); in SeiInit()
1346 RtlFreeAnsiString(&AnsiCommandLine); in SeiInit()