Home
last modified time | relevance | path

Searched refs:g_hInstance (Results 1 - 13 of 13) sorted by relevance

/third_party/lzma/CPP/Windows/
H A 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()
H A DDLL.cpp13 extern HINSTANCE g_hInstance;
64 HMODULE hModule = g_hInstance; in MyGetModuleFileName()
/third_party/lzma/CPP/Windows/Control/
H A DPropertyPage.cpp11 extern HINSTANCE g_hInstance;
94 page.hInstance = g_hInstance; in MyPropertySheet()
115 page.hInstance = g_hInstance; in MyPropertySheet()
139 sheet.hInstance = g_hInstance; in MyPropertySheet()
155 sheet.hInstance = g_hInstance; in MyPropertySheet()
H A DDialog.cpp13 extern HINSTANCE g_hInstance;
390 const HWND aHWND = CreateDialogParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create()
399 return DialogBoxParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create()
408 aHWND = CreateDialogParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create()
420 aHWND = CreateDialogParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this); in Create()
431 return DialogBoxParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create()
441 return DialogBoxParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this); in Create()
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp42 HINSTANCE g_hInstance;
43 HINSTANCE g_hInstance; variable
232 g_hInstance = (HINSTANCE)hInstance; in WinMain()
/third_party/lzma/CPP/7zip/Archive/
H A DDllExports2.cpp32 HINSTANCE g_hInstance; variable
55 g_hInstance = (HINSTANCE)hInstance; in DllMain()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.cpp13 extern HINSTANCE g_hInstance;
66 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IconID)); in OnInit()
H A DProgressDialog2.cpp25 extern HINSTANCE g_hInstance;
412 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IconID)); in OnInit()
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp34 HINSTANCE g_hInstance;
35 HINSTANCE g_hInstance; variable
139 g_hInstance = (HINSTANCE)hInstance; in WinMain()
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp39 HINSTANCE g_hInstance;
40 HINSTANCE g_hInstance = NULL; variable
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.cpp29 extern HINSTANCE g_hInstance;
235 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IDI_ICON)); in OnInit()
/third_party/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp31 HINSTANCE g_hInstance;
32 HINSTANCE g_hInstance = NULL; variable
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp90 HINSTANCE g_hInstance;
91 HINSTANCE g_hInstance = NULL; variable

Completed in 10 milliseconds