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

/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsVirtualMachine.c43 static IsWow64ProcessFunc _IsWow64Process; variable
137 _IsWow64Process = (IsWow64ProcessFunc)IsWow64Process;
217 if (_IsWow64Process != NULL) {
219 (*_IsWow64Process)(GetCurrentProcess(), &isCurrent32bit);
220 (*_IsWow64Process)(hProcess, &isTarget32bit);

Completed in 29 milliseconds