Home
last modified time | relevance | path

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

/trunk/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx54 extern HINSTANCE g_hModule;
63 HRSRC hrc = FindResource(g_hModule, TEXT("#2000"), RT_RCDATA); in LoadSignetImageFromResource()
64 DWORD size = SizeofResource(g_hModule, hrc); in LoadSignetImageFromResource()
65 HGLOBAL hglob = LoadResource(g_hModule, hrc); in LoadSignetImageFromResource()
/trunk/main/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx45 HINSTANCE g_hModule = NULL; variable
457 g_hModule = hInst; in DllMain()
/trunk/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx42 HINSTANCE g_hModule = NULL; variable
421 g_hModule = hInst; in DllMain()

Completed in 16 milliseconds