Searched refs:IsWow64ProcessFunc (Results 1 – 2 of 2) sorted by relevance
34 typedef BOOL(WINAPI * IsWow64ProcessFunc)(HANDLE, PBOOL); in GetWOW64StatusForCurrentProcess() typedef35 IsWow64ProcessFunc is_wow64_process = reinterpret_cast<IsWow64ProcessFunc>( in GetWOW64StatusForCurrentProcess()
160 typedef BOOL (WINAPI* IsWow64ProcessFunc)(HANDLE, PBOOL); in GetWOW64StatusForProcess() typedef161 IsWow64ProcessFunc is_wow64_process = reinterpret_cast<IsWow64ProcessFunc>( in GetWOW64StatusForProcess()