Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A DwinSetAppUserModelID.c43 static HMODULE g_hmodShell32Dll = NULL; variable
56 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()