Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dprocess.c2140 static char cmdline_wow64[] = "C:\\Program Files (x86)\\Internet Explorer\\iexplore.exe"; in test_IsWow64Process() local
2152 ret = CreateProcessA(NULL, cmdline_wow64, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi); in test_IsWow64Process()
2155 trace("Created process %s\n", cmdline_wow64); in test_IsWow64Process()