Searched defs:lpSystemInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp5240 inline void os::Kernel32Dll::GetNativeSystemInfo(LPSYSTEM_INFO lpSystemInfo) { argument
5241 ::GetNativeSystemInfo(lpSystemInfo);
5380 void os::Kernel32Dll::GetNativeSystemInfo(LPSYSTEM_INFO lpSystemInfo) { argument
5384 _GetNativeSystemInfo(lpSystemInfo);

Completed in 97 milliseconds