Searched refs:g_hmodShell32Dll (Results 1 – 1 of 1) sorted by relevance
43 static HMODULE g_hmodShell32Dll = NULL; variable56 g_hmodShell32Dll = LoadLibrary("shell32.dll"); in winPropertyStoreInit()57 if (g_hmodShell32Dll == NULL) { in winPropertyStoreInit()63 (SHGETPROPERTYSTOREFORWINDOWPROC) GetProcAddress(g_hmodShell32Dll, in winPropertyStoreInit()75 if (g_hmodShell32Dll != NULL) { in winPropertyStoreDestroy()76 FreeLibrary(g_hmodShell32Dll); in winPropertyStoreDestroy()77 g_hmodShell32Dll = NULL; in winPropertyStoreDestroy()