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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TrayIcon.cpp188 HMODULE hShell = JDK_LoadSystemLibrary("Shell32.dll"); local
189 if (hShell != NULL) {
190 DLLGETVERSIONPROC proc = (DLLGETVERSIONPROC)GetProcAddress(hShell, "DllGetVersion");
197 FreeLibrary(hShell);

Completed in 63 milliseconds