2 references to IsWow64Process
System (2)
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
616
wow64Ret = SafeNativeMethods.
IsWow64Process
(hCurProcess, ref sourceProcessIsWow64);
621
wow64Ret = SafeNativeMethods.
IsWow64Process
(processHandle, ref targetProcessIsWow64);