Searched refs:g_hModule (Results 1 – 3 of 3) sorted by relevance
54 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()
45 HINSTANCE g_hModule = NULL; variable457 g_hModule = hInst; in DllMain()
42 HINSTANCE g_hModule = NULL; variable421 g_hModule = hInst; in DllMain()
Completed in 27 milliseconds