Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DDllExports2.cpp21 HINSTANCE g_hInstance; variable
36 g_hInstance = (HINSTANCE)hInstance; in DllMain()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp32 extern HINSTANCE g_hInstance;
39 ::GetModuleFileName(g_hInstance, fullPath, MAX_PATH); in GetLibraryFolderPrefix()
422 InternalIcons.LoadIcons(g_hInstance); in Load()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp42 HINSTANCE g_hInstance = 0; variable