Searched defs:GetProcAddress (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/windows/native/sun/windows/ | ||
H A D | DllUtil.cpp | 49 FARPROC DllUtil::GetProcAddress(LPCSTR name) function in class:DllUtil 52 return ::GetProcAddress(GetModule(), name); |
Completed in 28 milliseconds