Searched refs:fnIsWow64Process (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/src/jdk.accessibility/windows/native/libjabsysinfo/
H A DAccessBridgeSysInfo.cpp44 LPFN_ISWOW64PROCESS fnIsWow64Process = local
47 if (fnIsWow64Process != NULL) {
48 if (!fnIsWow64Process(GetCurrentProcess(), &bIsWow64)) {
49 throw std::runtime_error("fnIsWow64Process() failed");

Completed in 89 milliseconds