Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DResourceString.cpp11 extern HINSTANCE g_hInstance;
58 return GetUnicodeString(MyLoadStringA(g_hInstance, resourceID)); in MyLoadString()
65 int len = ::LoadStringW(g_hInstance, resourceID, s, kStartSize); in MyLoadString()
70 MyLoadString2(g_hInstance, resourceID, dest); in MyLoadString()
100 MyLoadString(g_hInstance, resourceID, dest); in MyLoadString()
DDLL.cpp11 extern HINSTANCE g_hInstance;
62 HMODULE hModule = g_hInstance; in MyGetModuleFileName()
/external/lzma/CPP/Windows/Control/
DDialog.cpp11 extern HINSTANCE g_hInstance;
195 …HWND aHWND = CreateDialogParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)t… in Create()
204 return DialogBoxParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create()
213 …aHWND = CreateDialogParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create()
225 …aHWND = CreateDialogParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this… in Create()
236 return DialogBoxParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create()
246 return DialogBoxParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this); in Create()
DPropertyPage.cpp11 extern HINSTANCE g_hInstance;
71 page.hInstance = g_hInstance; in MyPropertySheet()
92 page.hInstance = g_hInstance; in MyPropertySheet()
117 sheet.hInstance = g_hInstance; in MyPropertySheet()
133 sheet.hInstance = g_hInstance; in MyPropertySheet()
/external/lzma/CPP/7zip/Archive/
DDllExports2.cpp25 HINSTANCE g_hInstance; variable
42 g_hInstance = (HINSTANCE)hInstance; in DllMain()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp13 extern HINSTANCE g_hInstance;
64 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IconID)); in OnInit()
DProgressDialog2.cpp21 extern HINSTANCE g_hInstance;
402 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IconID)); in OnInit()
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp37 HINSTANCE g_hInstance; variable
219 g_hInstance = (HINSTANCE)hInstance; in WinMain()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp34 HINSTANCE g_hInstance; variable
136 g_hInstance = (HINSTANCE)hInstance; in WinMain()
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp29 extern HINSTANCE g_hInstance;
233 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IDI_ICON)); in OnInit()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp35 HINSTANCE g_hInstance = 0; variable
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp62 extern HINSTANCE g_hInstance;
582 InternalIcons.LoadIcons(g_hInstance); in Load()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp31 HINSTANCE g_hInstance = 0; variable
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp64 HINSTANCE g_hInstance = 0; variable