Lines Matching refs:win
13 #include "base/win/scoped_handle.h"
14 #include "base/win/windows_version.h"
75 base::win::OSInfo::WindowsArchitecture windows_architecture =
76 base::win::OSInfo::GetInstance()->architecture();
78 base::win::ScopedHandle snapshot(
91 base::win::ScopedHandle process_handle(::OpenProcess(
96 ((windows_architecture == base::win::OSInfo::X64_ARCHITECTURE) ||
97 (windows_architecture == base::win::OSInfo::IA64_ARCHITECTURE)) &&
98 (base::win::OSInfo::GetWOW64StatusForProcess(process_handle) ==
99 base::win::OSInfo::WOW64_DISABLED);