Searched refs:is_wow64_process (Results 1 – 2 of 2) sorted by relevance
35 IsWow64ProcessFunc is_wow64_process = reinterpret_cast<IsWow64ProcessFunc>( in GetWOW64StatusForCurrentProcess() local37 if (!is_wow64_process) in GetWOW64StatusForCurrentProcess()40 if (!is_wow64_process(GetCurrentProcess(), &is_wow64)) in GetWOW64StatusForCurrentProcess()
161 IsWow64ProcessFunc is_wow64_process = reinterpret_cast<IsWow64ProcessFunc>( in GetWOW64StatusForProcess() local163 if (!is_wow64_process) in GetWOW64StatusForProcess()166 if (!(*is_wow64_process)(process_handle, &is_wow64)) in GetWOW64StatusForProcess()