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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A DwinSetAppUserModelID.c43 static HMODULE g_hmodShell32Dll = NULL; variable in typeref:typename:HMODULE
56 g_hmodShell32Dll = LoadLibrary("shell32.dll");
57 if (g_hmodShell32Dll == NULL) {
63 (SHGETPROPERTYSTOREFORWINDOWPROC) GetProcAddress(g_hmodShell32Dll,
75 if (g_hmodShell32Dll != NULL) {
76 FreeLibrary(g_hmodShell32Dll);
77 g_hmodShell32Dll = NULL;

Completed in 2 milliseconds